New to KendoReact? Start a free 30-day trial
Change the GridColumnMenuCheckboxFilter operator to contains
Updated on Dec 19, 2025
Environment
| Product Version | 5.14.1 |
| Product | Progress® KendoReact Grid |
Description
Can I change the filter operator for the GridColumnMenuCheckboxFilter to contains?
Solution
Using HTML canvas measureText()
By default the GridColumnMenuCheckboxFilter will use "eq" operator. To change the operator locate the filter descriptor within the onDataStateChange event by using the field name of the column and replace the added operator to "contains"
Following is an example demonstrating this approach:
Change Theme
Theme
Loading ...