Declined
Last Updated: 29 Jul 2021 13:07 by ADMIN
Imported User
Created on: 22 Aug 2018 14:31
Category: Grid
Type: Feature Request
10
Smarter Grid multi check filter
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.

2 comments
ADMIN
Svet
Posted on: 29 Jul 2021 13:07

Hi,

A custom multi checkbox filter component could be created as demonstrated in the following article:

https://www.telerik.com/kendo-angular-ui/components/grid/filtering/reusable-filter/#toc-multi-checkbox-menu-filtering

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/.

Javier
Posted on: 22 Aug 2018 15:15
Just, this would be a really smart filter!