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

Close

methods

Closes the widget popup.

<select id="multiselect" multiple="multiple">
    <option>Apples</option>
    <option>Oranges</option>
</select>
<script>
$("#multiselect").kendoMultiSelect();
var multiselect = $("#multiselect").data("kendoMultiSelect");
// Search for items starting with "A" - will open the suggestion popup and show "Apples"
multiselect.search("A");
// Close the suggestion popup
multiselect.close();
</script>
Not finding the help you need?
Contact Support