According to this documentation http://help.infragistics.com/Help/NetAdvantage/WPF/2012.1/CLR4.0/html/xamComboEditor_Working_with_ItemTemplate.html there must be an ItemTemplate Property in the XamComboEditor.
xmlns:igEditors=http://infragistics.com/Editors
<igEditors:XamComboEditor Theme="IGTheme" ItemsSource="{Binding Path=Codes}" >
<igEditors:XamComboEditor.ItemTemplate>
.... Cannot resolve Symbol ItemTemplate????
</igEditors:XamComboEditor.ItemTemplate>
</igEditors:XamComboEditor>
Referenced Assembly is InfragisticsWPF4.Editor.v12.1,version v4.0.30319
Everything works perfect so far, except that i cannot specify a DataTemplate for the Items.
Hello,
I have been looking into your post and I was a little confused which control you have in mind : Shared WPF XamComboEditor or Silverlight XamComboEditor because the post is in our Silverlight section.
The assembly file that you are referring is for our WPF specific control. For more information regarding the difference between WPF specific XamComboEditor and Shared XamComboEditor you can look at the following forum thread :
http://es.infragistics.com/community/forums/p/68563/347292.aspx
The link from our online documentation that you have provided is for the shared one.
If you need any further assistance on this matter, feel free to ask.
ok, i will see what the wpf team can do in this matter.
Thank you.
Thank you for your reply.