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

Error (bug?) in Telerik.Web.UI.WebResource.axd - possibly LoadingPanel

1 Answer 98 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Richard Freeman
Top achievements
Rank 1
Richard Freeman asked on 27 Apr 2011, 06:07 AM
I am, on occasion (around 40% of the time), getting the following javascript error:

Uncaught TypeError: Cannot call method 'removeChild' of null - Telerik.WebUI.WebResource.axd:2897 My code has successfully completed an ajaxRequest to server side code:
        function OnClientClose(oWnd, args) {
 
            var arg = args.get_argument()
             
        if (arg!=null) {
 
            $find('<%# RadAjaxManager1.ClientID %>').ajaxRequest(arg);
          }
}
All actions appear to have completed correctly, however the loading panel is still showing (I'm using the default panel). It would appear that the LoadingPanel handlers are halting at the error and failing to remove the loadingpanels? Thanks R.

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 27 Apr 2011, 02:31 PM
Hi Richard,

Indeed, the reason for the loading panel not hide is the javascript error. After it is thrown the javascript used for manipulating the loading panel on the client cannot proceed. To solve the issue, we should find the source the problem and see why the error is thrown at first place. Can you send us a sample code which we can use to replicate the problem?

Kind regards,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
Richard Freeman
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or