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.
Up arrow icon