If you open multiple windows. It is clear that the z-index goes from step 1. If I want to rearrange the window as fronted, I use toFront (). A window focus event get there?
If my English is very poorly understood, may help to code:).
If my English is very poorly understood, may help to code:).
el.kendoWindow({ click: function(){ alert('go'); // Please do something like this ... }, width: "500px", height: "300px", dragend: function(){ this.toFront(); // So bad, right? }, actions: ["Refresh", "Minimize", "Maximize", "Close"], title: "Modal Window", }).data("kendoWindow").center().open();