New to KendoReact? Start a free 30-day trial
Hide the DropDownList with the operators in the columnMenu of the Grid
Updated on Dec 19, 2025
Environment
| Product Version | 5.14.1 |
| Product | Progress® KendoReact Grid |
Description
I want to display columnMenu in the Grid columns without the DropDown for changing the operators. Can I achieve this without a custom filter and re-use the filter input?
Solution
Wrap the GridColumnMenuFilter in a DIV element with specific className and use that class name as a selector to hide all elements within the DIV with ".k-dropdownlist" class.
Following is an example demonstrating this approach
Change Theme
Theme
Loading ...