Hi Team,
I am using kendo jQuery grid, and I would like to have a combination of filters on the column.
I would like to have both
1. a section showing multiselect checkbox column filters - (as shown here - https://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes )
2. another section to allow user to search column data using operator (as shown here https://demos.telerik.com/kendo-ui/grid/filter-menu-customization )
I am able to use only 1 at a time and not both.
here is the dojo that i am trying to build - https://dojo.telerik.com/IrExUMoj
sort of something like this but in a collapsible panel or in different tabs -
Please suggest.