• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

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

Environment

Product Version5.13.1
ProductProgress® 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:

Example
View Source
Change Theme:

In this article

Not finding the help you need?