In a Kendo grid, Angular/MVC/JS/Whatever; When using multi check filter. ---- Only show those values that are still useful to filter on!!! --- When filtering is done(one to many columns) - ONLY the remaining options should be seen when setting the NEXT filter (not all possible values in the database) of course distinct and sorted (the grid could have an option of doing it this way or the old way) example: let's say we have 5 numbers of categories, each category have 20 different details. when filtering is set on one category, then when filtering on details - only the 20 remaining details should be seen, not 100(5*20) and vice verse, if filtering one detail - only one category should be seen when filtering on category.
Hello,
We have a knowledge base article that shows you how to do that with the help of dedicated checkbox source and the change event of the grid data source while this feature request gains more popularity:
https://docs.telerik.com/kendo-ui/knowledge-base/grid-with-excel-like-filter
Kind
Regards,
Alex Hajigeorgieva
Progress Telerik