CurrentCelllAcceptedChanges versus CurrentCellEditingComplete

Hi, For my application, if the user has entered values into two cells of a row of gridcontrol, then the value for the third cell is computed. So should I call the computed function in CurrentCellAcceptedChanges event handler or CurrentCellEditingComplete event handler?

1 Reply

AD Administrator Syncfusion Team December 7, 2004 10:20 AM UTC

I would use AcceptedChanges as it is only hit if a change is actually made. If a cell get the edit cursor, then EditingComplete will be hit whether or not a change was made while the cell was in the edit mode.

Loader.
Up arrow icon