I have a master page with a horizontal RADmenu at the top. In my content page I have a RADWindow as below
When I activate the RADWindow its initially displayed behind my menu, this obsures the top bar in the popup window stopping me from moving it, how can I avoid this ?
<
telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista"
KeepInScreenBounds="True" >
<Windows>
<telerik:RadWindow Skin="Vista" ID="NewsDialog" runat="server" Title="News" Height="625px"
Width="700px" Left="150px" ReloadOnShow="true" Modal="true" KeepInScreenBounds="True" />
</Windows>
</telerik:RadWindowManager>
When I activate the RADWindow its initially displayed behind my menu, this obsures the top bar in the popup window stopping me from moving it, how can I avoid this ?
