We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon