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.
Up arrow icon