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

Refresh

methods

Refresh the suggestion popup by rendering all items again.

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete();
var autocomplete = $("#autocomplete").data("kendoAutoComplete");
autocomplete.refresh();
</script>
Not finding the help you need?
Contact Support