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

RadAjaxPanel disappears when using RadAjaxLoadingPanel

2 Answers 106 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Neo
Top achievements
Rank 1
Neo asked on 04 Sep 2013, 05:06 PM
I have some simple processing going on inside a RadAjaxPanel, but when I add the RadAjaxLoadingPanel to get the spinner, the whole Panel just turns white / disappears until the postback returns. 

This is a SharePoint Visual webpart and is now happening in two different projects (different site collections), regardless of what controls are inside the RadAjaxPanel.

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"></telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"></telerik:RadAjaxLoadingPanel>
 
<telerik:RadAjaxPanel runat="server" LoadingPanelID="RadAjaxLoadingPanel1">
    ...Some postbacks
</telerik:RadAjaxPanel>

2 Answers, 1 is accepted

Sort by
0
Neo
Top achievements
Rank 1
answered on 04 Sep 2013, 07:32 PM
I actually solved this by putting a 'Skin' attribute on the Loading Panel. However, now the page postsback on the initial click and Ajax every other click. Why isn't ajax working on my first postback?
0
Konstantin Dikov
Telerik team
answered on 06 Sep 2013, 01:50 PM
Hi Michael,

I am glad that you have found out how to show the RadAjaxLoadingPanel. 

For your other issue, please refer to this forum thread on the same matter and see if it works for your scenario: "RadAjaxPanel cauing full postback 1st time".

Hope that helps.

 

Regards,
Konstantin Dikov
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
Neo
Top achievements
Rank 1
Answers by
Neo
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or