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
1675
XamGrid - Cannot change ObservableCollection during a CollectionChanged event (Part Deux)
posted

I am not sure this is related to my previous issue http://es.infragistics.com/community/forums/p/82953/414626.aspx#414626

but i get the same exception if the underlying source is shared between two grids via collectionview. Please see attached.

To fix this remove the following lines from gridview.xaml.cs

grid.FilteringSettings.AllowFiltering = FilterUIType.FilterMenu;
grid.FilteringSettings.FilteringScope = FilteringScope.ColumnLayout;

Much appreciate if you could please take this with your development team on a high priority if possible? 

Thanks,

Rohit

Parents Reply Children
No Data