Hello,
I am using window manger and have two window within it as shown:
Now, as you can see i have set the z-index for both the window, the issue is when i open the window 2 from window 1, window 2 is getting open behind window 1 if window 1 is maximize. If window 1 is not in maximize state everything works find. i want to open window 2 above window 1 when window 1 is maximized..
Thanks.
Dhaval
I am using window manger and have two window within it as shown:
<telerik:RadWindowManager ID="wndwManager" runat="server"> <Windows> <telerik:RadWindow runat="server" Behaviors="Maximize,Close,Move,Minimize" ID="editorWindow" VisibleStatusbar="false" Width="800px" OnClientClose="OnWindowClose" ShowOnTopWhenMaximized="true" Modal="true" Height="500px" Style="z-index: 2900; position: absolute"/> <telerik:RadWindow runat="server" Behaviors="Maximize,Close,Move,Minimize" ID="ratesWindow" VisibleStatusbar="false" Width="800px" OnClientClose="OnWindowClose" Modal="true" Height="500px" Style="z-index: 7001"/> </Windows> </telerik:RadWindowManager>Now, as you can see i have set the z-index for both the window, the issue is when i open the window 2 from window 1, window 2 is getting open behind window 1 if window 1 is maximize. If window 1 is not in maximize state everything works find. i want to open window 2 above window 1 when window 1 is maximized..
Thanks.
Dhaval