I set multiple selection for XamComboEditor like:
<ig:XamComboEditor IsEditable="True" AllowFiltering="True" AutoComplete="True" AllowMultipleSelection="True"ItemsSource="{Binding MyList, Mode=TwoWay}" DisplayMemberPath="MyName" SelectedItem="{Binding MyItem, Mode=TwoWay}" .../>
MyList is collection of MyItem which have many members, like MyID, MyName, .....
There is a SeletedItem for only one item selected, but I want to binding for all items selected, how to bind selected Items to another collection of MyItem, say MySelectedItems?
Hi,
The xamComboEditor doesn’t have a collection of selected items but you can use behaviors. Devin Rader has a blog post where he explains how this can be accomplished.
http://blogs.infragistics.com/blogs/devin_rader/archive/2011/06/01/using-behaviors-to-synchronize-selected-items-of-infragistics-silverlight-controls-to-a-viewmodel.aspx
There is a specific section related to the xamComboEditor and selectedItems
Please let me know if you have any questions.
I was wondering if you had any further questions on this topic.
Please let me know if I can be of any further help.