In the ASP.NET MVC Wrappers for kendoWindow there is a Visible(bool) option which the docs suggest is to stop the window displaying on page load. However, setting it to true or false and the generated javascript is always the same and the window opens on page load. I'm now creating them manually in javascript myself to get round that but would be nice to use the MVC wrappers as they are intended.