New to KendoReactStart a free 30-day trial

Remove the "Select all" checkbox in the Grid's header for checkbox selection

Environment

Product Version5.13.1
ProductProgress® KendoReact Grid

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:

Change Theme
Theme
Loading ...
In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support