maxWidthNumber(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
maxWidth
Not finding the help you need?
Contact Support