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

Iterating all filtered rows in a RadGridView

1 Answer 169 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Snype
Top achievements
Rank 1
Snype asked on 17 Feb 2012, 05:19 PM
Hi,

I am trying to iterate all the rows displayed on a RadGridView(Should exclude the records that does not match the filter).

using oGridView.ChildrenOfType<Telerik.Windows.Controls.GridView.GridViewRow>() returns only the rows that displyed on the current page view(visible rows) of the grid.

How could I get hold of all the filtered items on the grid and iterate over it 

Thanks in advance.

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 17 Feb 2012, 05:24 PM
Hi Snype,

You can try working with Items collection of the grid.
 

All the best,
Maya
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Snype
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or