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
Can you add a modal background to a Kendo window?

Using kendo ui, and using the window UI WIDGET, http://demos.kendoui.com/web/window/index.html Is it possible …

javascript jquery kendo-ui kendo-window
Kendo UI window - prevent loading previous content

I am using Kendo Window on my MVC project. This is how I initiate the object from the View @(Html.…

asp.net-mvc model-view-controller kendo-ui kendo-window