Hi,
In my rad grid implementation, first column is checkbox column.
We do not want to select the entire row when checkbox is selected,but i want to access all the items which are checked.
Is there any other way instead of iterating through all rows in grid.
This is because there might be 500 items in grid and only 3 might be checked, so i will end up looping 500 items for 3 items only.
Thanks.
Amit
In my rad grid implementation, first column is checkbox column.
We do not want to select the entire row when checkbox is selected,but i want to access all the items which are checked.
Is there any other way instead of iterating through all rows in grid.
This is because there might be 500 items in grid and only 3 might be checked, so i will end up looping 500 items for 3 items only.
Thanks.
Amit