Hi,
I've got something like this:
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
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