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
close icon

CurrentCellEditingComplete

Hi, In the CurrentCellEditingComplete Event for GridDataBound, how can I get old value of current cell? What I want to do is after editing is completed, I need compare old value with new value. THanks a lot. --Shuyang He

1 Reply

AD Administrator Syncfusion Team January 5, 2005 03:46 PM UTC

The grid has already saved teh value at this point, so it no longer knows what the old value is. You could handle CurentCellStartEditing and save the existing value at that point in some variable. Then use that variable in CurrentCellEditingComplete.

Loader.
Live Chat Icon For mobile
Up arrow icon