Greetings!
I am using GridView bound to the very sweet LLBLGenProDataSource.
I am handling the RowUpdated event in order to handle errors.
The GridViewUpdated event handler's GridViewUpdatedEventArgs argument contains an OldValues and NewValues.
If an exception occurs during the update, i would like to revert to the OldValues. In practice, the new values are sticking. (KeepInEditMode is not much help, because clicking cancel leaves the gridview with values that have not been saved).
Anyone know how to do this?
Thank you!