When the select All checkbox in the header is clicked, the beforeSelectionChange function is called with a rowItem array. Unfortunately, there doesn't seem to be an option to disallow selection. I need to disable the checkbox for certain rows based on the model. While I can achieve this using CheckboxCellTemplate and configuring ng-disabled, I don't want the disabled rows to be selected when clicking on the select all checkbox. Is there a way to accomplish this?
Thank you