Hello,
I would like to request the support of the search panel within the grid component same as in ASP.NET Core UI (https://demos.telerik.com/aspnet-core/grid/search-panel)
Thank you
Hello, Antonis,
Currently, this can be achieved by adding an Input in the GridToolBar.
In ASP.NET Core UI there is additional logic for filtering in the dataSource but in the KendoReact version, the data operation are done outside of the Grid. This means that the developer has to filter the data programmatically.
This is an example, how the same can be achieved with the KendoReact Grid:
https://stackblitz.com/edit/react-khqaua?file=app/main.jsx
Regards,
Stefan
Progress Telerik