delay Number (default: 200)

The delay in milliseconds between a keystroke and when the widget displays the suggestion popup.

Example - set the delay

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
  delay: 500
});
</script>
In this article