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

Focus

methods

Focuses the widget.

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