I'm trying to bind a ICollectionView provided by a 3rd party lib which throws a not implemented exception in its filter method predicate. The xamDataGrid to throws because for some reason it calls the Filter predicate, though it shouldn't since its CanFilter bool property (also defined as part of the ICollectionView interface) returns false, but the xamDataGrid doesn't seem to be honoring this property before trying to call the Filter predicate.
On a similar collection I also had a problem showing records, because it didn't provide a Count property, which isn't required by the ICollectionView, as soon as I added the property via a wrapper the records displayed OK..
Thank you!
The development issue related to the issue in this thread is : 34795.
Hello,
We have identified this as an issue. I am going to create a support case on your behalf so that you can be notified when this is resolved the service release is out.
I was able to reproduce this. It seems that we are trying to get the sort descriptions and the filter of the ICollectionView. I am going to bring this up to the development team and will let you know when I have more information on this.
Bump! This seems like a bug in the control, can I get some feedback on this please.Or should I submit a support ticket.