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
335
Where is the ItemTemplate?
posted

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.

Parents
No Data
Reply
  • 35319
    Suggested Answer
    posted

    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.

Children