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
145
IItemMemberProvider Not working as expected
posted

Hi

I have a ComboBoxItemsProvider defined like so:

 <igEditors:ComboBoxItemsProvider x:Key="SiteListProv" 
ItemsSource="{Binding Path=SiteList}"
ItemMemberProvider="{Binding Path=SiteListProvider}"/>

and a XamComboEditor:

<igEditors:XamComboEditor ItemsProvider="{DynamicResource SiteListProv}"
Value="{Binding Path=/SiteId, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />

This works fine in actually loading the data and the selected item is shown but when I actually open the combo box all the items are blank (it seems to contain the correct number of items though). The ItemMemberProvider is being called for each item as well.

Am i missing something really obvious here? I'm using version 10.1.20101.2004 of the controls.