Sync Fusion Check Box

Hello all, How to get the check box value after capturing the check box click event. pls. reply as soon as possible. Thanks in advance. regards, umesh

1 Reply

AD Administrator Syncfusion Team May 27, 2004 05:39 AM UTC

You can get the old value directly from the grid, and then flip it to teh new value. bool newValue = !(bool) this.gridDataBoundGrid1[e.RowIndex, e.ColIndex].CellValue;

Loader.
Up arrow icon