event for cell editing

Hi There, On the CurrentCellChanged Event of a checkbox cell, I am changing the cellvalue of a column in a datagrid. This works fine. However if the user inputs any data into this column I want to be able to store the changed cellvalue. I am not able to trap that event, as the column retains the original cellvalue that was set due to the checkbox getting checked. I tried events like CurrentCellValidated, but this behaves erratically. What is another better event to trap the changed cellvalue after user has changed it. Thanks

1 Reply

AD Administrator Syncfusion Team November 20, 2002 12:00 PM UTC

Have you tried the CurrentCellAcceptedChanges event?

Loader.
Up arrow icon