New to Kendo UI for jQueryStart a free 30-day trial

Focus

methods

Focuses the widget.

<input id="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList();
var dropdownlist = $("#dropdownlist").data("kendoDropDownList");
dropdownlist.focus();
</script>
Not finding the help you need?
Contact Support