AD
Administrator
Syncfusion Team
December 18, 2006 06:42 AM UTC
Hi James,
We would recommend using the RecordValueChanging event in your case. This event will be triggered on change of the record value.
The check box value can be retrieved by getting the e.NewValue and conditionally check with column name (e.Column). In the conditional loop, the new value can be saved or cancelled using e.Cancel property.
>>>>>>>>>>>>>>>
// RecordValueChanging properties
e.Column // Gets the column name of the cell being changed
e.Cancel // To cancel the event
e.NewValue // Gets the CellValue of the record changed
e.Record // Record being changed
>>>>>>>>>>>>>>>
Kindly let us know if you need any further assistance.
Best regards,
Madhan