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
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: