This example shows how to use the client-side API of Telerik Window for ASP.NET MVC.

To use the client-side API you should first retrieve the window client-side object:

<script type="text/javascript">
function getWindow(){
    //"Window" is the value specified by the Name() method.
    var window = $("#Window").data("tWindow");
    return window;
}
</script>

Available client-side methods: