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

Maximize

methods

Maximizes a Window to the entire viewing area of the user agent. 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.maximize();
</script>
Not finding the help you need?
Contact Support