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

Size

configuration

Sets a predefined size to the Window. The width and height configuration options override the predefined size.

The supported values are:

  • auto
  • small
  • medium
  • large

size

String

Default: "auto"

<div id="window"></div>
<script>
$("#window").kendoWindow({
  size: "wide"
});
</script>
Not finding the help you need?
Contact Support