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

RadAjaxLoadingPanel doesn't cover all content

3 Answers 101 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 08 Mar 2013, 09:55 AM
I have a page that has a number of controls on it. Included in these controls are a number of RadDropDown controls, text boxes as well as a RadScheduler and RadCalendar control and all of these controls are contained within a RadAjaxPanel.

The RadAjaxPanel has a RadAjaxLoadingPanel associated with it, that should display when a user changes the focused date on the RadCalendar, or if the user makes a selection from any of the RadDropDown controls. A RadAjaxManager handles events from the RadDropDown controls, and for each control that's managed, the LoadingPanelID is set to the pages only RadAjaxLoadingPanel.

This all works just fine, but the when the loading panel displays, it only covers half of the page, leaving all the controls (typically the text box controls) that are further down the page than the RadScheduler "exposed".

I found this topic which discusses the same issue, but the solution left me with another problem. Now when the RadAjaxLoading panel is displayed, it doesn't "cover" RadScheduler appointments or the RadScheduler Header and these appear above the RadAjaxLoadingPanel. I checked the zindex of one of the appointments and it seemed to be only 14, much lower than the 99999 of the RadAjaxLoadingPanel was set to.

In addition, setting the IsSticky and zindex properties appears to stop the animation from being displayed.
 
Any ideas?


3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 11 Mar 2013, 02:56 PM
Hi Karl,

Using the mentioned code library I would suggest you to remove the Transparency set for the RadAjaxLoadingPanel and set the new BackgroundTransparency property in the Loading Panel markup. Give this a try and let me know if this helps.

All the best,
Maria Ilieva
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.
0
MR
Top achievements
Rank 1
answered on 17 Jul 2013, 04:37 PM
I am having the same issue.

Here is my snippet on the aspx page

<telerik:RadAjaxLoadingPanel runat="server" ID="LoadingPanel1" InitialDelayTime="500" BackgroundTransparency="0">

</telerik:RadAjaxLoadingPanel>


<telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel1" LoadingPanelID="LoadingPanel1">

        -- controls here...

</telerik:RadAjaxPanel>

0
Maria Ilieva
Telerik team
answered on 22 Jul 2013, 07:53 AM
Hi Yassin,

Could I kindly ask you to open a regular support ticket and send us sample runnable example which demonstrates the exact issue you are facing? Therefore we will be able to review the exact scenario you are implementing and do our best to give a proper solution for your custom case.

Regards,
Maria Ilieva
Telerik
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 the blog feed now.
Tags
Ajax
Asked by
Karl
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
MR
Top achievements
Rank 1
Share this question
or