Completed
Last Updated: 30 Sep 2019 06:47 by ADMIN
Antonis
Created on: 29 Sep 2019 19:24
Category: KendoReact
Type: Feature Request
0
Support of search panel in the grid component

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

2 comments
Antonis
Posted on: 30 Sep 2019 06:41
This will do, thank you very much!
ADMIN
Stefan
Posted on: 30 Sep 2019 06:32

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

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items