Hi,
Is there any possibilty to check if some data in the inline editor was changed or not?
Currently I set a dirtyFlag in my ViewModel if the EditFormShowing Event is fired.
What I need now is a place where I can reset this flag if editing was canceled.
But there seems to be no event for canceling the editing of an existing row.
If I cancel editing a new row there is the "RowCanceled" event.
Why is there no event for clicking the cancel button in the inline editor?