maxHeight Number (default: Infinity)

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

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoDialog({
  title: "Kendo Dialog Component",
  content: "This is your Kendo Dialog.",
  maxHeight: 300
});
</script>
In this article