Does Radgrid provide a way to search for an specific an specific text without filter the content on the gridview? The gridview has paging and its inside an modalpopupextender.
Thanks,
Ed
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 29 May 2015, 01:25 PM
Hello Ed,
The filtering is the only built-in way for searching for a specific content within RadGrid. Without filtering and enabled paging functionality, the only possible way for searching for a specific text would be to temporary disable the paging, rebind the grid (so that all records could be loaded), traverse through each GridDataItem and each TableCell of that item, and finally, compare the searched text with the Text property of the TableCell object (or the corresponding control that displays the text).
In the following help article you can familiarize with the possible approaches for getting reference to particular rows and cells:
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