Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
telerik:RadDropDownList
ID
=
"RadDropDownList1"
runat
"server"
>
Items
telerik:DropDownListItem
Text
"Item1"
/>
"Item2"
"Item3"
"Item4"
</
<script type=
"text/javascript"
function
pageLoad() {
var
index = 2;
// index of the dropdownlistitem want to select
list = $find(
"<%=RadDropDownList1.ClientID %>"
);
list.get_items().getItem(index).select();
}
</script>