All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
var
combo = $find(
"<%= RadComboBox2.ClientID %>"
);
item = combo.findItemByText(
"Apples"
item.select();
// Select item