heightNumber(default: 200)
The height of the suggestion popup in pixels. The default value is 200 pixels.
Example - set the height
<input id="multicolumncombobox" />
<script>
$("#multicolumncombobox").kendoMultiColumnComboBox({
  height: 500
});
</script>In this article