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

loading panel stays infinetly

6 Answers 272 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pronic
Top achievements
Rank 1
Pronic asked on 20 Jul 2011, 11:31 AM
i have a strange problem.
our components stay on the radajaxpanel and postbacks calls loading panel...we have grid pages ...when changing the pages  .. when the page count increase ..data increase loading panel doesn't close ...stays infinetly

6 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Jul 2011, 12:28 PM
Hello Pronic,

Please make sure that you haven't set MinDisplayTime property to la large value.  It specifies the minimum time in milliseconds that the Loading Panel will last. The control will not be hidden before this period has passed even if the request returns.

Thanks,
Princy.
0
Pronic
Top achievements
Rank 1
answered on 20 Jul 2011, 04:13 PM

no it's just like this...

 



<
telerik:RadAjaxLoadingPanel ID="SantiyeListesiRadAjaxLoadingPanel" Skin="Web20M" EnableEmbeddedSkins="false"

 

 

 

runat="server">

 

 

 

</telerik:RadAjaxLoadingPanel>

 

0
Shawn Krivjansky
Top achievements
Rank 1
answered on 13 Dec 2011, 01:37 AM
I have been having an issue with a similar thing (RadAjaxLoadingPanel stays on forever), but ONLY in DEBUG mode.  If I run the application normally (non-debug) the loading panels work correctly (i.e. they don't stay ON).

Anybody have any idea why this would happen in debug and not go away?

This is becoming a pretty serious issue, because if I click around enough, my entire page is filled with loading panels and I can't actually get to much of my page.

I have a pretty complicated app with a series of user controls (within other user controls) and a number of ajaxRequests going on, but can't pinpoint why this happens to me... and only in debug.  But, like I said...  It makes it so I can't actually debug anything because they pop up and stay on everywhere.

All my panels are defined like this:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" Runat="server"
    Skin="Default" InitialDelayTime="1000" MinDisplayTime="1000">
</telerik:RadAjaxLoadingPanel>

0
Maria Ilieva
Telerik team
answered on 13 Dec 2011, 02:17 PM
Hello Shawn,

Could you please try using some browser's dev tool and inspect the Ajax response you are receiving. Most probably the problem originates of a javascript error which terminates the response and therefore the LoadingPanel stacks. Please do so and verify if any errors appear in debug mode.

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Martin
Top achievements
Rank 1
answered on 08 Jul 2014, 05:44 PM
I will bump this topic as the problem is still persisting in Product Version 2013.1.220.40
Randomly, the RadAjaxLoadingPanel1 stays on, since the page is covered user is locked out of the page. This is very serious, as it forcing the user to go in and out of the system, which is time consuming.
There is no issue with the setup because it works, most of the time, but sometimes at random it just does not work.

    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Silk"
        AnimationDuration="500" BackgroundPosition="Top">
0
Maria Ilieva
Telerik team
answered on 11 Jul 2014, 12:51 PM
Hello Martin,

The most common source of the presented behavior is a error that appears on the page, prevents the OnResponseEnd client event to fire and therefore the RadAjaxLoadingPanel could does not have an event to hide on.
I would suggest you to inspect the server response in the browser console and verify if any errors appear.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Pronic
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Pronic
Top achievements
Rank 1
Shawn Krivjansky
Top achievements
Rank 1
Maria Ilieva
Telerik team
Martin
Top achievements
Rank 1
Share this question
or