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

Loading panel not showing

13 Answers 218 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Lars
Top achievements
Rank 1
Lars asked on 24 Mar 2009, 03:07 PM
We are experiencing problems getting the loading image to be displayed during postbacks

<body> 
    <form id="form" runat="server"
    <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"
        <script type="text/javascript"
            function RowDblClick(sender, eventArgs) { 
                sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical()); 
            } 
        </script> 
    </telerik:RadCodeBlock> 
     
    <div> 
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" > 
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="documentsGrid"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="documentsGrid" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"  /> 
        <telerik:RadGrid ID="documentsGrid" DataSourceID="documentsDataSource" runat="server" 
            Skin="Office2007" AutoGenerateColumns="true" GridLines="Vertical" AllowSorting="True" EnableEmbeddedScripts="true"
            <ClientSettings> 
                <ClientEvents OnRowDblClick="RowDblClick" /> 
            </ClientSettings> 
             
        </telerik:RadGrid> 
    </div> 
    </form> 
</body> 
</html> 


We can get the background color and fading to work but cant get the spinning image to be displayed...

Any suggestions?? 



13 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 25 Mar 2009, 10:06 AM
Hello Lars,

Please try the following modification:
<telerik:RadAjaxLoadingPanel  
   ID="RadAjaxLoadingPanel1" 
   runat="server" 
   Skin="Vista"  />  

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 2
answered on 07 Apr 2009, 08:19 PM
I'm having the same problem.  I followed your suggestion and I'm only getting the background color and fading to work.
0
Daniel
Telerik team
answered on 08 Apr 2009, 02:53 PM
Hello Richard,

Please tell us which version of RadControls for ASP.NET AJAX you're using.

Kind regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 2
answered on 08 Apr 2009, 04:17 PM
Hi Daniel,

I'm using the latest build available on your site (2009.1.311.35).  I am also using the RadSkinManager which is what I believe caused this to occur.

0
Daniel
Telerik team
answered on 10 Apr 2009, 02:15 PM
Hello Richard,

I attached a simple test project to this thread. Could you please check whether you can reproduce the problem using the provided example?

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Richard
Top achievements
Rank 2
answered on 10 Apr 2009, 02:35 PM
Daniel,

Thanks for your reply.  I have the LoadingPanel now showing in your example.  I am trying to use a custom image and it is now displaying the standard image along with my custom image slightly above it.

Would you give this a try and see if you get the same result:

 

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">

 

 

<img alt="Loading..." src="../Images/Misc/mobius.gif" />

 

 

</telerik:RadAjaxLoadingPanel>

 


Is there another way I should be using a custom image?

Thanks.

Rich


0
Daniel
Telerik team
answered on 13 Apr 2009, 06:44 PM
Hello Rich,

I modified the previous example. Please examine it locally and let us know whether this approach suits your needs.

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Lars
Top achievements
Rank 1
answered on 14 Apr 2009, 12:17 PM

Hi There,
Sorry for the late response. Your fix including the Skin attribute in the LoadinPanel does not help. However the markup that is rendered looks like this

 

<div id="RadAjaxLoadingPanel1" Skin="Vista" style="display:none;"></div> 
 
 As you can see the Skin attribute is outputted raw into the markup... and the image is not displayed.

seems we're using the 2008.3.1314.35 version of your assembly.

Any suggestions ???
0
Lars
Top achievements
Rank 1
answered on 14 Apr 2009, 12:28 PM
We've tested both the samples you have provided and no loading icon is displayed for the first sample. No mather what skin i choose. The second sample shows a spinning image

Cheers
0
Richard
Top achievements
Rank 2
answered on 14 Apr 2009, 12:34 PM
Same here.  No image displays.  I see the box where the image should be displaying but no image.
0
Daniel
Telerik team
answered on 16 Apr 2009, 04:32 PM
Hello Richard and Lars,

I believe it would be easier if you isolate the problem in a simplified, working demo. This will help us provide straight-to-the-point answers to your questions. You can attach the files to a formal support ticket. Please include a link to this forum thread to keep track of our communication.

Thank you for your understanding.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Tamish
Top achievements
Rank 1
answered on 02 Jul 2009, 07:02 PM
was there a resolution to this thread? I'm having the same issue and have been through all the demos.
0
Lars
Top achievements
Rank 1
answered on 03 Jul 2009, 07:36 AM
Sorry,
The functionality we were implementing was put on hold for some time, so did not end up sending in a support request. Might however do it next week. 

If you manage to solve this then pleas give me a heads up :) 

Cheers
Tags
Ajax
Asked by
Lars
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Richard
Top achievements
Rank 2
Lars
Top achievements
Rank 1
Tamish
Top achievements
Rank 1
Share this question
or