Currently, the Kendo grid has an option to apply only one type of filtering for a specific column (be it standard filtering or multi-checkbox filtering). There is a custom approach which actually builds a custom check box list that is attached to the standard filter. But, there are lot of options that are missing like Select All, Search box etc. There should be a way where user can apply different types of filter criteria on the same column.
Hi,
The Kendo UI Grid FilterMultiCheck offers a search input as well as the check all checkbox:
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.filterable.checkall
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.filterable.search
Kind Regards,
Alex Hajigeorgieva
Progress Telerik