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

RadAjaxLoadingPanel display problem

1 Answer 71 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Thomas Michael
Top achievements
Rank 1
Thomas Michael asked on 07 Dec 2009, 10:40 PM
Hi - I had a problem making the RadAjaxLoadingPanel appear whenever I did a postback. I finally found the solutin and thought I'd share it here.

What I experienced was that everytime I did a postback, the control over whom the loading panel was to appear would be hidden, and the reappear when the operation was completed.

I had this in my aspx page:
  <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
  </telerik:RadAjaxLoadingPanel>

When I changed it to:
  <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Default">
  </telerik:RadAjaxLoadingPanel>

everything now worked as expected.  :-)

Regards
Thomas

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 08 Dec 2009, 03:48 PM
Hi Thomas,

In order to show RadAjaxLoadingPanel,  please note that you need to use either the Skin property or adding an image.
As of Q1 2009 RadAjaxLoadingPanel supports skinning as all other controls in the Telerik RadControls for ASP.NET AJAX suite. 

Please find more information about RadAjaxLoadingPanel Skins in this topic:
http://www.telerik.com/help/aspnet-ajax/skins.html

Regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Ajax
Asked by
Thomas Michael
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or