Add custom filterCell with MultiSelect filter in Grid
Environment
Product | Progress® 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: