refresh

Refresh the suggestion popup by rendering all items again.

Example - refresh the widget

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete();
var autocomplete = $("#autocomplete").data("kendoAutoComplete");
autocomplete.refresh();
</script>
In this article