focus

Focuses the widget.

Example - focus the widget

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