Hey
I have a little problem. I use a TreeListView with a GridViewColum with has a CellEditTemplate. In this template is a RadButton witch opens a Popup.
Now, when I save my object (via RIA Service) from this Popup, it fails, because the object is currently being edited by the TreeListView.
Is there a possibility to resolve this problem without using the normal CellTemplate.
The error Message: "Entity 'Taskgroup : 0025cbaa-3c78-4798-9c31-67987963983e' is currently being edited and has uncommitted changes. A call to BeginEdit must be followed by a call to EndEdit or CancelEdit before changes can be submitted.
Thank you for your help!
Thibault Schmidt