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

LoadingPanel Problem

1 Answer 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 16 Oct 2008, 04:26 PM
I have a loading panel associated with a RADGrid, whenever the grid makes an AJAX call, the loading panel attempts to display the loading.gif

All I get is the red cross, so the .gif cant be found.  Ive used an example from the Teleik examples, but it just doesnt display the .gif

src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Web20.Ajax.loading.gif") %>' 
  can anyone tell me why ?

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 17 Oct 2008, 09:36 AM
Hi mark,

Please remove this LoadingPanel and try to drag and drop a new one on the page. It should appear with the default src settings like this:

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"
        Width="75px">
        <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'
            style="border: 0px;" />
    </telerik:RadAjaxLoadingPanel>


Sincerely yours,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
mww
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or