We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

opposite of RowSaved?

Hi, Is there an event in GDBG that is fired if the user decided to cancel the current row editing opperation (i.e. event opposite of RowSaved), and if not, if there an easy way to achieve the desired behavior? Thanx, Lubomir

1 Reply

AD Administrator Syncfusion Team February 12, 2003 04:27 PM UTC

There is no such thing as a CancelEdit event fired. What gets raised instead is a Binder.EditModeChanged event after the record has been restored. However, this same event is also raised when you start editing or when the record is saved. But, if you add some additional logic in your code you should be able to detect if the row was canceled. You could for example see if RowSaved was called before EditModeChanged. If this is not the case and IsEditing is false then the row was canceled. I'll make a note that a CancelRow event should be added in a future version. Stefan

Loader.
Live Chat Icon For mobile
Up arrow icon