How do I obtain a collection of only the rows visible in a grid display? For example: if I have a grid that displays visibly 10 rows and I scroll down to see rows 51 to 60 - I want to get back a collection of just those 10 data records (51 thru 60) that are currently visible in the grid display. I thought perhaps the ViewableRecords property would do that, but it returns all the rows in my datasource.
Thanks,
David
Thank you for posting the solution you found!
It looks like the GetRecordsInView method is what I was looking for.