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

Focus

methods

Focuses the widget.

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