Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
560
How can I loop on unFiltered DataItems?
posted

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?

  • 69686
    Verified Answer
    posted

    hello,

    You can use the two methods of the RecordManager object of the XamDataGrid:

    GetFilteredInDataRecords(...)

    GetFilteredOutDataRecords(...)