Hello Kevin,
You can get the selected items as illustrated in the example below.
If you would like to deselect a row you can remove the k-state-selected class for it.
Regards,
Viktor Tachev
Telerik
You can get the selected items as illustrated in the example below.
If you would like to deselect a row you can remove the k-state-selected class for it.
$(rowToDeselect).removeClass(
"k-state-selected"
);
Regards,
Viktor Tachev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!