I define in Xaml my comboEditor as such:
xmlns:ig="http://schemas.infragistics.com/xaml"
<ig:XamComboEditor Grid.Row="2" Grid.Column="3" Name="ceOffOnSite"/>
In code behind I set ItemSource:
ceOffOnSite.ItemsSource = Enum.GetValues(typeof(SiteType));
When I run the code, the drop down box is populated but when I choose any of the items, the control is blank as if the nothing got chosen.
Any ideas? Running 13.1.20131.2108
Hello,
I have been looking into your question and the XAML XamComboEditor does not support binding to simple type such as strings, ints and etc. For more information please look into the following forum thread :
http://es.infragistics.com/community/forums/t/54920.aspx
Let me know, if you need any further assistance on this matter.
I am just checking if you require any further assistance on the matter.