The current behaviour for row selection is to toggle the selected state. This is not desirable in cases in which you require one item to always be selected (say, displaying a grid of financial planning scenarios in which one must be selected as the current scenario).
Hello Mark,
To disable a row, the developer can apply the .k-state-disabled class (or any custom CSS class) to the desired row by using the rowClass function of the Grid:
To determine which rows can be selected, rowSelected callback could be used. Here is an example demonstrating the suggested properties:
https://stackblitz.com/edit/angular-prwee7
Regards,
Martin
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.