<inputid="dropdowntree"/><script>$("#dropdowntree").kendoDropDownTree();var dropdowntree =$("#dropdowntree").data("kendoDropDownTree");// Search for items starting with "A" - will open the suggestion popup and show "Apples"
dropdowntree.open();// Close the suggestion popupsetTimeout(function(){
dropdowntree.close();},2000)</script>