This question is locked. New answers and comments are not allowed.
Hi,
I am trying to iterate all the rows displayed on a RadGridView(Should exclude the records that does not match the filter).
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.