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

Center

methods

Centers the Dialog within the viewport.

Returns:kendo.ui.Dialog

- Returns the Dialog object to support chaining.

<div id="dialog"></div>
<script>
var dialog = $("#dialog").kendoDialog({
    title: "Centered Dialog",
    content: "This dialog will be centered in the viewport."
}).data("kendoDialog");

// Center the dialog in the viewport
dialog.center();
</script>
Not finding the help you need?
Contact Support