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

Refresh

methods

Refresh the popup by rendering all items again.

<select id="multiselect" multiple="multiple">
    <option>Item1</option>
    <option>Item2</option>
</select>
<script>
$("#multiselect").kendoMultiSelect();

var multiselect = $("#multiselect").data("kendoMultiSelect");

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