Hello,
I tried programmably setting the selected index or value of the RadComboBox, but neither work. I do:
combo.set_selectedIndex(0); //doesn't do anything (has way more than zero items)
OR
var item = combo.findItemByValue("Value"); //returns actual instance
item.set_selectedItem(item); //doesn't do anything
What do I have to do to update the display??? Is there an update method? Or am I missing something. Again, the combo has plenty of items and the findItemByValue returns a valid reference.
Thanks.
I tried programmably setting the selected index or value of the RadComboBox, but neither work. I do:
combo.set_selectedIndex(0); //doesn't do anything (has way more than zero items)
OR
var item = combo.findItemByValue("Value"); //returns actual instance
item.set_selectedItem(item); //doesn't do anything
What do I have to do to update the display??? Is there an update method? Or am I missing something. Again, the combo has plenty of items and the findItemByValue returns a valid reference.
Thanks.