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

Height

configuration

Specifies the height of the Window.

height

Number | String
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  height: 400
});
</script>
<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  height: "50%"
});
</script>
Not finding the help you need?
Contact Support