I have the following grid set. Is there a way I can override the template or something else that will disable the checkbox based on a boolean from the data object?
<kendo-grid selectable="multiple" height="600" auto-bind="false"> <columns> <column selectable="true" width="30" locked="true" />... </columns></kendo-grid>