event raised by gird when a check box colum is checked/unchecked

When i change a value in GCC, i am able to capture the changes done in
TableControlCurrentCellAcceptedChanges event raised.
What is the equivalent event when the cell type is other that text box, e.g a checkbox column. I want do modify something else based on whether a user has checked or unchecked a cloumn, so i want to capture this event.

Thanks

1 Reply

AD Administrator Syncfusion Team June 9, 2007 08:35 PM UTC

There is a TableControlCheckBoxClick event that might serve your needs.

Loader.
Up arrow icon