I posted this question over at the Telerik forum but haven't gotten any response yet. Thought I'd give SO a try:
My issue is basically the same as the one described in this thread: http://www.telerik.com/community/forums/silverlight/gridview/data-from-a-grouped-filtered-gridview.aspx
Basically I've got a RadGridView that is filtered and grouped at runtime and I need to be able to grab the data records at the lowest level (my DataClass records).
The example project posted in that thread shows how to grab the low-level records assuming that there's 1 group, but in my situation we may have any number of groups. Is there really no way to grab the final lowest level records from the filtered gridview results?
