Hello guys.
You can determine the filtered rows by accessing the ChildRows property of RadGridView, which contains the subset of all rows that obey your data operations (filtering, sorting and grouping). Note that if you want to get the underlying record for each GridViewRowInfo, you should access its DataBoundItem property:
I hope this helps.
Greetings,
Svett
the Telerik team