New to Kendo UI for jQueryStart a free 30-day trial

Toggle

methods

Opens or closes the widget popup.

<input id="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList({
  dataSource: [ "Apples", "Oranges" ]
});

var dropdownlist = $("#dropdownlist").data("kendoDropDownList");

dropdownlist.toggle();
</script>
Not finding the help you need?
Contact Support