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

Delay

configuration

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

delay

Number

Default: 200

<input id="multicolumncombobox" />
<script>
$("#multicolumncombobox").kendoMultiColumnComboBox({
  delay: 500,
  dataSource: [
    { Name: "Parent1", Id: 1 },
    { Name: "Parent2", Id: 2 }
  ],
  dataTextField: "Name",
  dataValueField: "Id",
  columns: [
    { field: "Name" },
    { field: "Id" }
  ]
});
</script>
Not finding the help you need?
Contact Support