This is a migrated thread and some comments may be shown as answers.

Window Within window overlapping

1 Answer 75 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dhaval
Top achievements
Rank 2
Dhaval asked on 09 Feb 2012, 07:33 AM
Hello,

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

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 09 Feb 2012, 08:46 AM
Hello,

Try setting ShowOnTopWhenMaximized property of editorWindow as false.


Thanks,
Princy.
Tags
Window
Asked by
Dhaval
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Share this question
or