I iterate through grid.items(). How can I check if items[i] is selected. Is it safe to check aria-selected attribute on tr when options.selectable is row or aria-selected attribute on td when options.selectable is cell?
1 Answer, 1 is accepted
0
Accepted
Dimiter Topalov
Telerik team
answered on 28 Jul 2016, 03:09 PM
Hello Matjaž,
You can get the selected rows or cells via the Grid's select() method: