I'm attempting to use the XamComboEditor and there is no option to AllowMutlipleSelection as indicated in the latest copy of the samples browswer.
Sample Code
<ig:XamComboEditor x:Name="ComboEditor" ItemsSource="{Binding Path=Customers}" Height="30" Width="300" IsEditable="True" DisplayMemberPath="ContactName" AllowMultipleSelection="True" SelectionChanged="XWComboEditor_SelectionChanged" CheckBoxVisibility="Visible"/>
My code does not have that--
Actually found that last night, hadn't had a chance to get back here and update the post yet.
Thank you for your response.
Hello Logan,
There are two XamComboEditor controls. The combo you are using is most likely using the "editors" namespace one. You need to use the "xaml" namespace one from ig defined as: xmlns:ig="">schemas.infragistics.com/xaml"