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

Focus

methods

Focuses the widget.

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