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.
Hello,
I have same issue, when you use own "ItemMemberProvider" inside ComboBoxItemsProvider, then is displayed value loaded from this ItemMemberProvider, but when you enter to edit mode, displayed value isn§t loaded from ItemMemberProvider. but is used standard "DisplayMemberPath" value from "ComboBoxItemsProvider".
My ItemMemberProvider join 2 property into 1 string - display string
Example - in my case I lose internal code at the beginning - see pictures.
Hello DarkIce,
It has been a while since you have made your post, in case you still need of support I will be glad to assist you on the matter. So I was looking into your post and I created a test sample where I show you a possible approach to bind the XamComboEditor to ComboBoxItemsProvider.
If you still need any assistance on the matter or this doesn’t suit your scenario, please feel free to ask.