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

RadAjaxLoadingPanel and displaying dynamic progress

3 Answers 82 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Daniel Woodard
Top achievements
Rank 1
Daniel Woodard asked on 13 Dec 2010, 06:33 AM
I am currently using the RadAjaxLoadingPanel as a busy indicator.  This is all working great. 

However, I was asked to display status messages telling the user what is happening (as the busy indicator is displaying).

I added a Label in the RadAjaxLoadingPanel, like so:

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
  <asp:Label ID="progressLabel" runat="server" Text="Doing something...." />
</telerik:RadAjaxLoadingPanel>


My question: is there any way to update the progressLabel text while I am carrying out the various steps in my code-behind file?  I carry out about 5 specific steps and would like to inform the user what step the process it on.

3 Answers, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 15 Dec 2010, 12:17 PM
Hello Daniel,

The desired functionality could not be achieved as the LoadingPanel shows on the client when the Ajax requests starts and closes when it ends on the server. As it shows on the client it could never knows what exactly happen on the server so its content could not be updated in the mentioned way.


Regards,

Maria Ilieva
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
Juan Carlos
Top achievements
Rank 1
answered on 23 Jan 2011, 06:53 PM
Is there a way to achieve a similar functionality as described in the original post using other telerik controls?
0
Accepted
Maria Ilieva
Telerik team
answered on 26 Jan 2011, 04:40 PM
Hello Daniel,

You could suggest using simple Label or TextBox. See the forum post for more information:

http://us.generation-nt.com/answer/update-label-record-query-steps-help-164648741.html

Best wishes,
Maria Ilieva
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
Daniel Woodard
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Juan Carlos
Top achievements
Rank 1
Share this question
or