focus
Focuses the widget.
Example - focus the widget
<input id="dropdowntree"/>
<script>
$("#dropdowntree").kendoDropDownTree();
var dropdowntree = $("#dropdowntree").data("kendoDropDownTree");
dropdowntree.focus();
</script>
In this article
Focuses the widget.
<input id="dropdowntree"/>
<script>
$("#dropdowntree").kendoDropDownTree();
var dropdowntree = $("#dropdowntree").data("kendoDropDownTree");
dropdowntree.focus();
</script>