If XamComboEditor has following setting to enable multiple selection:
AllowMultipleSelection="True" CheckBoxVisibility="Visible"
how to set up multiple selection in code when load data for databinding initially?
Hi,
This is exactly what I was looking for. However that blog has a link to some sample code, but the link is broken. Could you please provide some sample code on how to use behaviours to enable databinding?
Your question sounds very similar to your other post.
http://community.infragistics.com/forums/t/68543.aspx
I believe that you want to use behaviors so that you can bind to a collection of selectedItems.
Here is the link to Devin Rader’s blog post on the subject
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
Please let me know if you have any questions.