Make CollectionView.SelectedItems compatible to ObservableCollection<T> #28669
Unanswered
maslewandowski
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's a bit confusing that the SelectedItems Property in CollectionView only accepts
IList<object>
as type and you have to cast every single item in order to get those.so why don't enhance it?
i've been using the free dxCollectionView from Devexpress and they seem to support it.
see here
Sample to reproduce the current behavior:
https://github.com/maslewandowski/bindingfailurecollectionview
Beta Was this translation helpful? Give feedback.
All reactions