This is a migrated thread and some comments may be shown as answers.

Find Record in Gridview (no filter)

1 Answer 159 Views
Grid
This is a migrated thread and some comments may be shown as answers.
edson
Top achievements
Rank 1
edson asked on 27 May 2015, 01:53 PM

Hi,

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

Sort by
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:
Hope this helps.


Regards,
Konstantin Dikov
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
Tags
Grid
Asked by
edson
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or