Hello,
I have a ComboBoxItemsProvider which is binded to an ObservableCollection.
<igEditors:ComboBoxItemsProvider x:Key="myCBItems" ItemsSource="{Binding Source={StaticResource youpiyoupCVS}}" DisplayMemberPath="Name" ValuePath="Id" />
When I filter the collection, the ComboBox are not refreshed ... how to perform this ?
Thx !
I apologize this post has not been addressed until now. Did you find a solution to this? If not, how are you going about filtering the collection?
Thank you!