Hi Team,
I'm using Infragistics 19.2. I'm trying to use xamcomboeditor to make use of multiple selection in the dropdown. But when I use xamcomboeditor, i'm unable to use selecteditems, emptytext, allowmultipleselection properties. it is showing property was found. Could you please help me with this. It's really an urgent task to be completed.
please find the code below:
<editors:XamComboEditor x:Name="SecondaryLanguagesCM" Background="Transparent" BorderBrush="Transparent" Grid.ZIndex="2" Grid.Row="0" MaxDropDownHeight="250" Cursor="Hand" Margin="1,5,1,0" VerticalContentAlignment="Bottom" Width="Auto" Height="Auto" FontFamily="SegoeUI" FontSize="14" BorderThickness="0" Foreground="{StaticResource DarkGrayBrush}" EmptyText="Select ..." ItemsSource="{Binding Path=ListSecondaryLanguages}" CheckBoxVisibility="Visible" AllowMultipleSelection="True" />
TIA.
xmlns:ig="http://schemas.infragistics.com/xaml" ... <ig:XamComboEditor ItemsSource="{Binding Source={StaticResource DataUtil}, Path=Products}" DisplayMemberPath="ProductName" EmptyText="Select ..." AllowMultipleSelection="True" HorizontalAlignment="Left" Margin="188,149,0,0" VerticalAlignment="Top" Width="447"/>