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

Ajax Panel Stopping and Restarting

1 Answer 32 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
License
Top achievements
Rank 1
License asked on 29 May 2012, 10:50 PM
I am having an Ajax Loading Panel display on sorting a RadGrid and put a MinDisplayTime on the Loading Panel. When I sort, the loading image starts to animates, stops briefly when the request is finished then restarts to complete the MinDisplayTime. Is there anyway to prevent the slight shutter from occurring when the request is complete?

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 01 Jun 2012, 02:44 PM
Hello,

The MinDisplayTime property species how long the loading panel should be shown, it is not showing it again. The case is as follows:

  • The user makes a request to the server which is done through a partial postback
  • Let's say this operation will take normal 0.5s
  • The MinDisplayTime is set to 5s

This mean that when the loading panel is shown it won't be shown for 0.5s and then again for 5s but instead it will be shown and will stay for 5s altogether.

The behavior you are observing could be caused if you are using RadAjaxPanel and you have added it as UpdatedControl in the RadAjaxManager settings.

Please, share the full page code along with the code-behind file. Thus all the people who want to help you will have better understanding of your project.


Kind regards,
Andrey
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.
Tags
Ajax
Asked by
License
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or