maxWidth Number (default: Infinity)

The maximum width (in pixels) that may be achieved by resizing the Window.

Example

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