React grid filter vz. jQuery grid filter

1 Answer 16 Views
Filter  Grid
Vladislav
Top achievements
Rank 1
Iron
Iron
Vladislav asked on 03 Apr 2024, 08:45 AM

Hello.

Is it possible to set filtering in React grid to work the same as in jQuery grid?

In the jQuery grid, if I use a row filter and a column menu filter at the same time, the column filter also changes when typing in the row. I don't know about React. Is this possible or do you plan to do it in the future?

 

Thanks.

 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 03 Apr 2024, 09:52 AM

Hello Vladislav,

Thank you for contacting us.

The filter row of the Grid and the filter in the column menu create and use different filter structure. The row is using FilterDescriptor and the column menu is using CompositeFilterDescriptor (so it can hold two different values). With the current implementation of the filter row and the column menu filtering it will not be possible to achieve the desired functionality. The most that I was able to achieve is to always set the value from the filter row to the first filter component in the column menu, but changing the row value if the column menu filter is changed might not be possible:

With the above in mind, I would suggest creating a feature request in our feedback portal, where other developers can vote for it and increase its priority:

 

Regards,
Konstantin Dikov
Progress Telerik

Are you interested in React Server Components? Have a look at our Kendo React Server Grid! https://www.telerik.com/kendo-react-ui/components/server-components/grid/
Tags
Filter  Grid
Asked by
Vladislav
Top achievements
Rank 1
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or