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.