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
245
ComboBoxItemsProvider refresh when filter.
posted

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 !

  • 9694
    posted

    Hello,

    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!