delay Number(default: 200)

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

Example - set the delay

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