I cant set the itemTemplate on the xamComboEditor. I tried a reqular combobox with success, but the propery does not appear when i try it in the combo editor. Look at code below, the combo box works fine, but the xamComboEditor has the error. Error 126 The attachable property 'itemTemplate' was not found in type 'XamComboEditor'.
<UserControl x:
><igEditors:XamComboEditor.itemTemplate></igEditors:XamComboEditor.itemTemplate></igEditors:XamComboEditor></Grid></UserControl>
Hi Toson1,
Please let me know if you have any further questions.
It looks like the code is for a Silverlight application and your trying to use the InfragisticsWPF4.Editors assembly.
If this is the case you should use the InfragisticsSL4.Controls.XamComboEditor assembly instead, then use the ig namespace you declared at the top of the xaml code so it looks like this: <ig:XamComboEditor>
Let me know if you have any questions.