resizable Boolean (default: true)

Enables (true) or disables (false) the resizing of the Window.

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  resizable: false
});
</script>
In this article