I set some filters to my grid in the code-behind. I need to get the list of the unFiltered DataItems that are currently shown in the grid and process them. Grid.Records will always hold the complete list and the record.Visibility is always Visible.
How do I get only the list of actually shown items?
hello,
You can use the two methods of the RecordManager object of the XamDataGrid:
GetFilteredInDataRecords(...)
GetFilteredOutDataRecords(...)