minWidth Number (default: 50)

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

Example

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