From: Cary Abramoff Date: 11/14/2011 6:11:04 PM Hi, I have a need to have multiple windows interact. The problem is, unlike your RadWindows for Ajax which will always be on top after receiving a mouse click, not so with the Kendo UI windows. I will explain. I open window A. Window A launches window B. Window B is UNDER window A. I have written JQuery to search for the divs with the k-window classes, find the title span, and set the z-index behaviors I want but this is not as elegant as the behavior of your own RadWindows in the Telerik Ajax suite which I use on my other big ASP.NET project. I believe your windows need to do 2 things for official v1 release. A- Minimize B- Whenever a window receives focus it should have the highest z-index. Thanks!! Cary