This is a migrated thread and some comments may be shown as answers.

Multi-Select ComboBox inside a RadGrid NestedViewTemplate

1 Answer 33 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 04 Mar 2015, 04:50 PM
I have a RadGrid that is populated by a SqlDataSource object.  I populate the ListItems of a ComboBox and Multi-Select ComboBox control inside the RadGrid's NestedViewTemplate using two other SqlDataSource objects.  The SelectedValue of the single select ComboBox is easy to set.  What is the most efficient means of setting the SelectedValue of the appropriate ListItems in the Multi-Select ComboBox?

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 09 Mar 2015, 12:43 PM
Hello Patrick,

In order to set the selected items in a CheckBox scenario, you should use the Checked property of an item. For example you can use the FindItemByText/Value and set the Checked property of the item to true.

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
Patrick
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or