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

Toggles a Window between a maximized and restored state. Triggers the resize event.

Returns:kendo.ui.Window

- Returns the Window object to support chaining.

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow();
var dialog = $("#dialog").data("kendoWindow");
dialog.toggleMaximization();
</script>
Not finding the help you need?
Contact Support