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

Close

methods

Closes the Window.

Returns:kendo.ui.Window

- Returns the Window object to support chaining.

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow();
var dialog = $("#dialog").data("kendoWindow");
setTimeout(function() {
  dialog.close();
}, 1000);
</script>
Not finding the help you need?
Contact Support