I have a bindinglist that i'm binding to XamDataGrid. Now on XamDataGrid i selected some filters. Now in view model when i need to process them how do i know what rows a filtered out rows.
Hello,
You can use behaviors which allow you to create an intermediate behavior class to manage synchronizing the View Model data with the Grid’s data. The following post was written with examples using behaviors with our Silverlight controls and the same methodology can be used with WPF controls:
http://blogs.infragistics.com/blogs/devin_rader/archive/2011/06/01/using-behaviors-to-synchronize-selected-items-of-infragistics-silverlight-controls-to-a-viewmodel.aspx
I have attached a sample which implements a “FilteredOut” collection from the XamDataGrid in the View Model.
Sincerely,ValerieDeveloper Support Engineer Infragisticswww.infragistics.com/support