Hi, the topic title is self explanatory.
I have an editable Xceed DataGridControl, I want to give the choice to the user when he edited a cell wrong to reset it to its previous value or to continue to edit it.
So far I'm storing the row's initial item on the BeginningEdit event. If he chooses to reset the row, I replace the edited item I got from the CommittingEdit event with the initial one. It doesn't seem to work. Moreover I can't cancel the row edition.
Do I have to use the Section event on the row to store the row and then afterwards to cancel its edition if necessary ?
Thanks in advance if anyone can give me a hint.