Top "Kendo-window" questions

The Kendo Window is a Kendo widget that displays content in a modal or non-modal HTML window.

How do I set the content of a Kendo window?

I have this window: @(Html.Kendo().Window() .Name("errorWindow") .Title("") .Content(@<text> //Put text here </text>) .…

javascript jquery asp.net-mvc kendo-ui kendo-window
Kendo UI Window Close Event: prevent window close

We are creating a warning message for an app with various forms. In simple pages it's very easy, we just …

jquery events kendo-ui kendo-window
How to close KendoUI modal window when click on overlay outside window?

I have Kendo UI modal window opened and I want to close it by clicking on overlay. How can I …

jquery kendo-ui modal-dialog kendo-window