I have a kendo grid in angular that has [filterable]= "menu". But we need to only show only a few options for the column filtering e.g. Contains, and equal to. Currently, there are 8 different options like not empty, starts with, ends with , contains, etc.
How can we override these and show:
- String: Contains, Equal To
- Numeric: Greater than , Equal
Can we see only these mentioned filter options for the string and numeric data type respectively for angular grid.
You can utilize the FilterMenuTemplateDirective and the built-in filter menu components, and set the desired list of filter operators:
https://www.telerik.com/kendo-angular-ui-develop/components/grid/filtering/filter-menu/#toc-built-in-filter-menu-components
https://www.telerik.com/kendo-angular-ui-develop/components/grid/filtering/filter-menu/#toc-order-of-filter-operators