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.