Event handler for A CheckBox in GridGroupingControl

I have a checkbox in my gridgroupingControl, when the check box check state is changed, I want to capture the new checkstate and attempt to update my backend server immediately, if the update succeeds then I want the checkstate change to succeed, however, if the backend update fails, i want to disallow the checkstate change and pop-up a message box telling the user the dynamic update to server failed.

I have tried the TableControlCheckBoxClick and TableControlCurrentCellChanged events and none of them seems to work, in TableControlCheckBoxClick i do not have the new value for the checkbox, while in TableControlCurrentCellChanged I have the value but cant make a change

2 Replies

HA haneefm Syncfusion Team June 12, 2007 08:55 PM UTC

Hi Nedu,

Here is a minimal sample that discuss with the similar issue and let me know if this helps.
GGCCheckBoxColumn.zip

Best regards,
Haneef


CH Chinedu June 12, 2007 09:35 PM UTC

Once again Haneef, you have saved my day. Thanks a million.

Thats exactly the functionality I was looking for

Loader.
Up arrow icon