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

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.
Live Chat Icon For mobile
Up arrow icon