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

Focus

methods

Focuses the widget.

<textarea id="description"></textarea>
<script>
    var textarea = $("#description").kendoTextArea().data('kendoTextArea');
    textarea.focus();
</script>
Not finding the help you need?
Contact Support