Cascading Filters

1 Answer 75 Views
Grid
Dan
Top achievements
Rank 1
Dan asked on 27 Mar 2023, 08:06 AM

Hi there,

I have a Kendo React Grid with several columns which have GridColumnCheckboxFilterMenu filters. If one column is filtered, is it possible for the remaining GridColumnCheckboxFilterMenu filter menus to only display available options given the first filter?

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Dikov
Telerik team
answered on 29 Mar 2023, 06:24 AM

Hi Dan,

The GridColumnMenuProps have the current filter applied within the grid in its "filter" property and since the data that will be used for rendering the checkboxes is manually set to the column menu, it can be filtered using the "filter" property and the helper "filterBy" method.

I have prepared a simple example demonstrating such implementation:

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Dan
Top achievements
Rank 1
commented on 22 Jun 2023, 07:59 AM

Many thanks!
Tags
Grid
Asked by
Dan
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or