Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
700
problem setting xamComboEditor to multi select
posted

Hi, 

here is how i defined my namespace:

xmlns:igEditors="http://infragistics.com/Editors"

 

Editor:

 

<igEditors:XamComboEditor Style="{StaticResource TrialSearchEditor}" 
                       Width="120" 
                       ItemsSource="{Binding Entities}" Value="{Binding SelectedEntities, Mode=TwoWay}" />

according to documentation, this control should have a property called AllowMultipleSelection, but this one does not.


i don't see any property on this control that would allow for multi select. 


Editors DLL version: 11.1.20111.1002


as per that same documentation, i also tried using the following namespace, but that didn't work at all (as in.. no controls were defined in there)

xmlns:ig="http://schemas.infragistics.com/xaml"