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.
Hi,
A custom multi checkbox filter component could be created as demonstrated in the following article:
the example could be further updated to perform the actual Grid data filtering when checking a checkbox (not when clicking the "Apply" filter button). However such implementation falls in the hands of the developer as the Kendo UI for Angular suite doesn't provide a built - in multi check filter component. Thus I will proceed with declining this request.
Regards,
Svet
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Just, this would be a really smart filter!