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
1090
Refreshing the displayed item in a XamComboEditor with an IBindingList ItemsSource
posted

Hey,

 I have a XamComboEditor with an IBindingList bound to its ItemsSource property.  I initially bind it to an empty binding list and fill it in a few moments later (after some background work). 

 When the binding list is filled the combo editor doesn't refresh itself to show the display member, it keeps showing the value member (ie I have an item in my binding list with Name = "Test 1" , Value=1 and the combo editor is bound to a property with a value of 1, and it still shows 1 instead of "Test 1").  I tried this same test with the regular ComboBox and it does refresh to show "Test 1".  Is this something that the xam combo editor is supposed to support or do I have to do this manually somehow?

 

 Thanks