Hi,
I'm using the Controls.Editors.XamComboEditor (shared XamComboEditor in WPF and Silverlight) because it allows multiselection. I want multiple instances of this editor to share the same base items collection, but not share the selections among each other. ItemsProvider property of a xamcomboeditor supports this but I cannot find that property on the Controls.Editors.XamComboEditor.
My requirements are:
-share the same drop-down list across multiple combo editors
-allow multiselection in the xamcomboeditor.
Could you please guide me how to go ahead?
Thanks!
Hello,
I am just checking if you require any further assistance on the matter.
Hello Komal,
I have been looking into your question and the XAML XamComboEditor is not an ItemsControl and you cannot add items directly in XAML. This is a control that must be strictly bound to data. This is why it has not an ItemsProvider property. For more information about it you can look into the following link from our online documentation :
http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamComboEditor_About_xamComboEditor.html
My suggestion for your scenario is to bind your XAML XamComboEditors to same collection.
Let me know, if you need any further assistance on this matter.