Unplanned
Last Updated: 21 Oct 2021 10:49 by ADMIN
Vikas
Created on: 14 Oct 2021 12:16
Category: Grid
Type: Feature Request
0
Grid search panel to search by ClientTemplate content
Consider adding an option for the Grid's Search panel to search by text in a column's ClientTemplate.
2 comments
ADMIN
Anton Mironov
Posted on: 21 Oct 2021 10:49

Hi Vikas and John,

John is totally correct and the explanation is very good. Thank you, John.

Make the needed filtration with the dataSource of the Grid and observe the result.

In fact, all this could matter only if the ClientTemplate is conditional for the different dataItems.

In other cases, the filtration will return all of the records.

I hope this information helps

Kind Regards,
Anton Mironov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

John
Posted on: 14 Oct 2021 13:14

This isn't possible unless you have server actions turned off.  Datasource request modifies the database query and the database has no idea how you are displaying the data.  You can modify the filters after the controller receives them, or better yet you could modify your datasource with a select that formats the field the way you wish.  You can certainly filter on that.