Add DropDownList for the operators in a custom filterCell of the Grid
Environment
Product Version | 5.13.1 |
Product | Progress® KendoReact |
Description
How can I add a DropDownList for the operators in a custom filterCell?
Solution
The GridFilterCellProps passed to the filterCell contain a collection with all operators (props.operators) that can be added to the "data" of the DropDownList. If there is a filter expression for the column, the selected operator is available within props.operator.
Following is an example demonstrating how to add a DropDownList for the operators in a filterCell: