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

Replacing AjaxLoadingPanel loading image fails

1 Answer 35 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jason Rosensweig
Top achievements
Rank 1
Jason Rosensweig asked on 29 Oct 2010, 05:26 PM
I am using the code below to replace the default loading image but when the loading panel displays both images show. Is there a way to hide the default image and just display the one I added?

<telerik:RadAjaxLoadingPanel ID="AjaxLoadingPanel" runat="server">
<asp:Image ID="Image1" runat="server" AlternateText="Loading..." ImageUrl="~/images/ajax-loader-bar.gif" />
</telerik:RadAjaxLoadingPanel>

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 01 Nov 2010, 01:18 PM
Hello Jason,

Could you please try setting explicitly the Skin property of the RadAjaxLoadingPanel to empty string and let me know if the issue still persists:
<telerik:RadAjaxLoadingPanel Skin="" ID="AjaxLoadingPanel" runat="server">
<asp:Image ID="Image1" runat="server" AlternateText="Loading..." ImageUrl="~/images/ajax-loader-bar.gif" />
</telerik:RadAjaxLoadingPanel>

Looking forward for your reply.

Kind regards,
Radoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Jason Rosensweig
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or