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

RadWindow InitialBehaviour Problem

1 Answer 73 Views
Window
This is a migrated thread and some comments may be shown as answers.
anuj
Top achievements
Rank 1
anuj asked on 02 Apr 2013, 01:19 PM
Hi,

I am using RadWindow above that i am having menu. when window is in InitialBehaviors="Maximize" then menu item is going
inside the RadWindow. how to make menu item above when window is in InitialBehaviors="Maximize" mode.

Here below is my code:
<telerik:RadWindowManager ID="RadWindowManager1" runat="server">
                <Windows>
                    <telerik:RadWindow runat="server" InitialBehaviors="Maximize" RestrictionZoneID="div1"
                        VisibleStatusbar="false" KeepInScreenBounds="true">
                        <ContentTemplate>
                            Content Will go herer
                        </ContentTemplate>
                    </telerik:RadWindow>
                </Windows>
            </telerik:RadWindowManager>

Thanks & Regards
Anuj

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 04 Apr 2013, 01:12 PM
Hi Anuj,

A maximized RadWindow gets a very large z-index by default - 100 000. You can disable this change by setting its ShowOnTopWhenMaximized property to false. You can find a list with the default z-index values of our controls here.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
anuj
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or