focus

Focuses the widget.

Example - focus the widget

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