Remove the "Select all" checkbox in the Grid's header for checkbox selection
Environment
Product Version | 5.13.1 |
Product | Progress® KendoReact |
Description
I want to remote the "Select all" checkbox in the Grid's header when using checkbox selection
Solution
Handle the "headerCellRender" of the Grid to customize the header cells and if the "props.field" is the select field, return an empty TD element with the default properties only. For all of the other fields, return the default TD element.
This is an example showcasing this approach: