Hello Alexander,
Thank you for sharing this use-case.
I would suggest limiting the selection to only one Grid row at a time as it is demonstrated in the following article:
In short:
- Remove the master checkbox by adding an empty header template to the column.
- Subscribe for the click event of the checkboxes by using a jQuery selector.
- In the click event handler, get the row and the row classes by using the closest jQuery method.
- Based on the row classes, use the clearSelection method of the Grid.
Let me know if you have any questions.
Regards,
Nikolay
Progress Telerik
Progress is here for your business, like always.
Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.