refresh
Refresh the popup by rendering all items again.
Example - refresh the popup items
<input id="dropdowntree"/>
<script>
$("#dropdowntree").kendoDropDownTree();
var dropdowntree = $("#dropdowntree").data("kendoDropDownTree");
dropdowntree.refresh();
</script>