Posted 18 Oct 2010 Link to this post
Posted 19 Oct 2010 Link to this post
var
combo = $find(
"<%= RadComboBox2.ClientID %>"
);
item = combo.findItemByText(
"Apples"
item.select();
// Select item