Is it possible to prevent deselect of a selected grid row (Control key + Click). I want selection to work on click but don't want my users to be able to deselect the row.
Regards,
Sarvesh
3 Answers, 1 is accepted
0
Dimiter Madjarov
Telerik team
answered on 06 Nov 2014, 12:01 PM
Hi Sarvesh,
This is not supported out of the box. You could implement a custom solution, for example disable the Grid selection and manually add the k-state-selected class to the rows, that are clicked. You will then be able to retrieve the selected rows by this class again.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!