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

Get the row indices for all the checkboxes that are checked in a Grid

I am trying to get all the row index values for all the checkeboxes that are selected, I tried ''CheckBoxOptions.CheckedValue()'' for the Grid but it shows true for even the checkeboxes that are not selected. Need help...

1 Reply

AD Administrator Syncfusion Team April 1, 2004 11:00 AM UTC

Try testing grid(row, col).CellValue to see if the checkbox cell at (row, col) is checked.

Loader.
Live Chat Icon For mobile
Up arrow icon