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

MaxHeight

configuration

The maximum height (in pixels) that may be achieved by resizing the dialog.

maxHeight

Number

Default: Infinity

<div id="dialog"></div>
<script>
$("#dialog").kendoDialog({
  title: "Kendo Dialog Component",
  content: "This is your Kendo Dialog.",
  maxHeight: 300
});
</script>
Not finding the help you need?
Contact Support