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

Toggle

methods

Opens or closes the widget popup.

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

var combobox = $("#combobox").data("kendoComboBox");

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