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

RadAjaxLoadingPanel doesn't show up on first request

3 Answers 101 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Muhammad Irfan
Top achievements
Rank 1
Muhammad Irfan asked on 17 Jan 2011, 03:57 PM
Hi Telerik Support,

I need your help. I using RadAjaxLoadingPanel in my project. Everything is fine except progress image inside RadAjaxLoadingPanel doesn't show up on very first request. It appears properly on subsequent requests. I am using RadAjaxLoadingPanel along with RadAjaxManager. Here is the code:
 
<telerik:RadAjaxLoadingPanel runat="server" ID="RadLoadingPanel" IsSticky="True" EnableViewState="true" Enabled="true">
       <img id="imgLoader" src="loading.gif" height="20px" width="70px" />
</telerik:RadAjaxLoadingPanel>
                                               

<telerik:RadAjaxManager ID="RadAjaxManager" runat="server">
       <AjaxSettings>
              <telerik:AjaxSetting AjaxControlID="ibMoveToFolder">
                          More Code follows....


Can you guys help me out what property I am missing. I have tried many things but it didn't work.

- Just to let you know that it is just the loading panel which doesn't appear, the async request successfully goes to server and corresponding controls get updates without problem.

Any help would highly be appreciated.


Irfan

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 18 Jan 2011, 12:22 PM
Hello Muhammad,

I am sending you a simple test project that is working properly. Please examine it and let me know what is the difference in your case.

Greetings,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Muhammad Irfan
Top achievements
Rank 1
answered on 19 Jan 2011, 07:19 AM
Hi Pavlina,

Many thanks for your response. I figured it out. Actually I was using LoadingPanelID attribute for a ControlID that didn't exist at the time when first request. was initiated. It is basically a result message box that shows the status of the Ajax request (whether success of failure). This message box gets available only after first Ajax call. Anyways, I have changed my logic and it seems to be working fine.

Irfan
0
Pavlina
Telerik team
answered on 19 Jan 2011, 10:43 AM
Hi Muhammad,

I am glad I could help. In case you experience any further problems or you have additional questions, do not hesitate to contact us again.

Regards,
Pavlina
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Ajax
Asked by
Muhammad Irfan
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Muhammad Irfan
Top achievements
Rank 1
Share this question
or