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

[JS] Get texts of checked ComboBox's Items.

1 Answer 37 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kurt
Top achievements
Rank 1
Kurt asked on 03 Oct 2014, 12:03 PM
Hi,

I've got something like this:

var myControl = $find('ctl00_PageContent_RadComboBox2');
var comboBoxItems = myControl.get_checkedItems();
alert(comboBoxItems);


and when I select 3 items, I recieve: [Object object], [Object object], [Object object].

How can I extract Text or Value of these items?

For example Text1, Text2, Text3.

Regards

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 06 Oct 2014, 06:42 AM
Hello,

You could check the following help article here and here, regarding the client side API of the control.

Regards,
Dimitar Terziev
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
Kurt
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or