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

ToFront

methods

Increases the z-index style of a Window wrapper to bring the instance on top of other open Windows. This method is executed automatically when the open method is used.

Returns:kendo.ui.Window

- Returns the Window object to support chaining.

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