How to setup items for XamComboEditor in xaml as initial setup like:
<ig:XamComboEditor> <Item name="Item1" /> <Item name="Item2" /> <Item name="Item3" /> </ig:XamComboEditor>
???
Hello,
I am just checking if you require any further assistance on the matter.
I have been looking into your question and our shared XamComboEditor is not an ItemsControl. You cannot add items directly in XAML. This is a control that must be strictly bound to data.
For more information, please look through the following link from our online documentation :
http://help.infragistics.com/NetAdvantage/Silverlight/2012.1/CLR4.0/?page=xamComboEditor_About_xamComboEditor.html
If you need any further assistance on this matter, feel free to ask.