I have two group of columns, i.e. Group A and Group B. I would like to make cells in Group A selectable, but keep cells in Group B not selectable.
Is there a way to do it?
Thank you for any suggestion.
Jerry
2 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 12 Mar 2015, 01:50 PM
Hi Jerry,
Partial (configurable) selection in the Grid is unfortunately not supported. Theoretically, you can subscribe to the Grid's change event, see what is currently selected and remove the k-state-selected CSS class from the elements (cells or rows), which should not be selectable.