height Number(default: 200)

The height of the suggestion popup in pixels. The default value is 200 pixels.

Example - set the height

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