Yep,
we found this issue and submitted it to Telerik a few weeks ago. They
fixed one of the problems in last Friday’s release, and admitted to
having another one. They said they will have it fixed at some point.
Sergey Barskiy
Principal Consultant
office: 678.405.0687 |
mobile: 404.388.1899
Microsoft Worldwide Partner of the Year | Custom
Development Solutions, Technical Innovation
From: Jack
[mailto:cslanet@lhotka.net]
Sent: Thursday, July 16, 2009 9:06 PM
To: Sergey Barskiy
Subject: [CSLA .NET] Telerik RadGrid for SL2 (2009.2) - Issues with
IEditableObject
Is anybody using Telerik's radGrid for SL2 and experiencing
EditLevel issues when trying to save ChildLists? I swapped from the
standard MS datagrid to their grid in a few spots and I'm suddenly having
issues saving.
I'm seeing the following behavior:
1) click on a column twice to select column and then enter edit mode
2) I can see the call to IEditableObject.BeginEdit() (valid/expected)
3) I change my value
4) I click on a different row and IEditableObject.AcceptEdit() (valid/expected)
5) Immediately though IEditableObject.BeginEdit() fires on the same row (not
expected)
The second call leaves my child EditLevel at 2 while everything else is still
at 1
I'm also not seeing the calls to CancelEdit() if I don't make the change in
step 3 although the BeginEdit does not fire a second time.
I can get around all that by using the DisableIEditable flag but it is a bit of
a pain and it seems that the normal datagrid is working fine.
I have logged a ticket with them but just an FYI for anybody struggling or if
someone has seen and gotten around that.
Thanks
jack
Copyright (c) Marimer LLC