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

Add custom filterCell with MultiSelect filter in Grid

Environment

ProductProgress® KendoReact

Description

How can I use MultiSelect for filtering a column?

Solution

Configure custom filterCell for the column where you want to use the MultiSelect. Either pass the data that will populate the MultiSelect from the main component or load it within the custom filterCell. Since there is no built-in filter operator for handling the array with multiple value that the MultiSelect will return, a custom operator must be defined.

Here is an example demonstrating this approach:

Example
View Source
Change Theme:

In this article

Not finding the help you need?