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

LoadingPanel doesn't disappear becaus of clientscript

1 Answer 30 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
JP
Top achievements
Rank 1
JP asked on 13 Jun 2012, 09:22 AM
Hello,

I have a problem with a LoadingPanel in a RadGrid. I register a javascript function which will scroll to a specific element by using the RegisterClientScriptBlock method. The scrolling will work, but the LoadingPanel won't disappear. The funny thing is, when I simply click on the LoadingPanel, it will disappear.
How can I ensure that the LoadingPanel will disappear?

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 18 Jun 2012, 10:41 AM
Hello Jan-Patrick,


Could you please inspect the ajax response and ensure that no java script errors appear on the ajax request. Also please note that the scripts that is executed after ajax should be register using
ScriptManager.RegisterStartupScript method as shown in the online topic below:

http://www.telerik.com/help/aspnet-ajax/ajax-execute-custom-javascript.html



Greetings,
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.
Tags
Ajax
Asked by
JP
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or