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

image of loading panel does not "animate"

1 Answer 66 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Morten asked on 17 Jun 2008, 09:26 PM
I have wrapped a few controls (labels and a radgrid) in a RadAjaxPanel and set the LoadingPanelID to the ID of a RadAjaxLoadingPanel on the same page.

When the grid is updated the image appear alright, but it does not animate.

This happens regardless if I use either method below:

  <telerik:RadAjaxLoadingPanel ID="LoadingPanel1" runat="server" Transparency="30" BackColor="#E0E0E0"
    <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.LoadingProgressBar.gif") %>' style="margin-top: 75px;" /> 
  </telerik:RadAjaxLoadingPanel> 
 
  <telerik:RadAjaxLoadingPanel id="LoadingPanel2" Runat="server"
    <asp:Image id="Image1" runat="server" ImageUrl="~/Images/loading.gif" /> 
  </telerik:RadAjaxLoadingPanel> 

...it makes no difference if I add the RadAjaxLoadingPanel inside or outside of the RadAjaxPanel.

What am i missing?

1 Answer, 1 is accepted

Sort by
0
Pavel
Telerik team
answered on 20 Jun 2008, 08:01 AM
Hi Morten,

Can you specify on what browsers have you tried this? Is the problem observable on any of our online demos?
Any further information you provide about your scenario can help us determine the cause for the undesired behavior.

Kind regards,
Pavel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Pavel
Telerik team
Share this question
or