I have a grid with checkBox column
I want to find all the rows
where the user select the checkBox
(something like foreach..
so I can save the ID's of the selected rows in an array)
thanks
1 Answer, 1 is accepted
0
Vlad
Telerik team
answered on 14 Dec 2009, 09:16 AM
Hello Orit,
If this is GridViewSelectColumn you can use SelectedItems property of the grid.