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

RadAjaxLoadingPanel IsSticky="true" over RadWindow and RadMenu

1 Answer 347 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Cezar
Top achievements
Rank 1
Cezar asked on 05 Sep 2010, 06:46 AM
Hi, i'm trying to use RadAjaxLoadingPanel, with the IsSticky property set to true.

The loading panel shows up just fine, but under my RadMenu instance, and any other RadWindow instance.

Inside this webpage: http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html telerik says that LoadingPanel's z-index is 90000, RadWindow is 3000 and RadMenu is 7000.
If that is true can you tell me why my LoadingPanel keeps under those controls(Menu and Window)?

If I set the IsSticky property to false then the LoadingPanel goes over RadMenu and RadWindow, but it doesn't cover all my page, and I need it to cover it ALL, not just a piece of it.

I need one of these two solutions:

1) You tell me how to make the Loading panel cover all my page when IsSticky is set to false. When I say all my page, I really mean the ENTIRE space, even if I drag my RadWindow down and the space grows up.
2) You tell me how to force the Sticky LoadingPanel z-index so it really work over RadWindow and RadMenu;

Hope seeing any answer soon.

Thanks!

Cezar

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Sep 2010, 10:28 AM
Hi Cezar,

The z-index of RadAjaxLoadingPanel is set automatically only when IsStycky="false". When IsSticky="true", the assumption is that you take care of the sizing and positioning of the control. You can set z-index in this case manually like this:

<telerik:RadAjaxLoadingPanel  IsSticky="true"  style="z-index:99999"  /> 

Here is an example how to use a RadAjaxLoadingPanel to cover the whole page:

http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-make-a-radajaxloadingpanel-span-over-the-whole-page.aspx

Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Cezar
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or