Declined
Last Updated: 23 Sep 2022 05:48 by ADMIN
Vidhi
Created on: 22 Sep 2022 19:27
Category: UI for Xamarin
Type: Bug Report
0
Not able to find SelectedItems property for RadComboBox
For SelectionMode = Miultiple, we need SelectedItems property to be bound to the VM collection to get the selection items, however, when i am using the control, I am not able to find SelectedItems property for RadComboBox. Am i missing something?
1 comment
ADMIN
Didi
Posted on: 23 Sep 2022 05:48

Hello Vidhi,

SelectedItems is a read-only collection and it is not browseable in the XAML when typing SelectedItems. All information about the Multiple Selection is described here: https://docs.telerik.com/devtools/xamarin/controls/combobox/combobox-selection#multiple-selection. Also, there is an example using the SelectedItems.  

Add this to the ComboBox definition:

<telerikInput:RadComboBox ItemsSource="{Binding Items}"
                          SelectionMode="Multiple"
                          DisplayMemberPath="Name"
                          SelectedItems="{Binding SelectedItems}">

I have updated the status of this bug report to declined as it is not a valid bug.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.