Search panel functionality

1 Answer 99 Views
Grid
William
Top achievements
Rank 1
Iron
William asked on 26 Jul 2022, 11:36 PM

Does the Kendo UI for React grid have a search panel similar to the one for the ASP.NET Core grid?

Assuming it doesn't, we'd likely implement this outside the grid. Could we still use the toDataSourceRequestString functionality and incorporate the search string into that?

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 27 Jul 2022, 10:50 AM

Hello, William,

Each of the filter components that the Grid renders by default is designed to work over a particular data type and having unified filtering for multiple data types is something that the developer should implement based on their exact data structure and requirements. 

Currently, the Grid component does not have a search panel, however, it is possible to build one, here is an example that showcases a possible approach:

https://stackblitz.com/edit/react-gphcup-hsswas?file=app/main.tsx


Using the toDataSourceRequestString should not be an issue.

I hope this helps.

Regards, FilipProgress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.


Tags
Grid
Asked by
William
Top achievements
Rank 1
Iron
Answers by
Filip
Telerik team
Share this question
or