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

Add a Custom ColumnMenu Checkboxes Filter to the TreeList

Environment

Product Version5.12.1
ProductProgress® KendoReact

Description

How can I create a custom column menu filter with checkboxes for a column in the TreeList?

Solution

A custom column menu should be created through the filterContent property to the custom filter we want to create. In the custom filter we can render a list with checkboxes, whose onChange event calls the onColumnMenuFilterChange event, which sets the state of the filter and updates the TreeList accordingly.

Example
View Source
Change Theme:

In this article

Not finding the help you need?