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
1160
How to show multiple selected items in XAM Combo editor.
posted

Hi,

We are using XAMComboEditor for multiple data selection and we want that at binding time some location should be checked or selected by default.

So as we click on drop down some location should be selected by default.

 <ig:XamComboEditor IsEditable="True"  Name="LocationComboBox"  ItemsSource="{Binding Path= Locationdata}"  AllowMultipleSelection="True" KeyDown="LocationComboBox_KeyDown" SelectionChanged="LocationComboBox_SelectionChanged"   CheckBoxVisibility="Visible"
                            SelectedValuePath="Location_Id" DisplayMemberPath="Location_Name"      
                             Height="40" Width="200">

for that I have added IsSelected property but in XAML error showing IsSelected is not recognize or not accessible.

Please help us for that.

Thanks

Parents Reply Children
No Data