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

RadAjaxManager & RadAjaxManagerProxy location

1 Answer 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Shimab
Top achievements
Rank 1
Shimab asked on 18 Nov 2011, 06:09 AM

We were using RadAjaxManagerProxy on master page and RadAjaxManager on content page.

Based on the feedback in the following article we have change RadAjaxManagerProxy on content page and RadAjaxManager on master page.
http://www.telerikwatch.com/2008/05/optimization-tips-using.html
In our case now we have master page which consists,  A Header ToolBar control +  RadAjaxManager, Content page consists RadTabStrip + RadAjaxManagerProxy and controls consists RadAjaxManagerProxy.
On any Ajax request we are getting following exception
 
Microsoft JScript runtime error: 'childNodes' is null or not an object..
on following line of JS
          Sys.UI.Control=function(a){Sys.UI.Control.initializeBase(this);this._element=a;a.control=this};

it was working when when we have RadAjaxManagerProxy on master page. Please suggest.

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 22 Nov 2011, 07:56 AM
Hello Shimab,

I tried to replicate the issue which you described, but to no avail as you can see in this demo.

If the issue persists, I recommend that you open a formal support ticket and a small working project, demonstrating your full setup and showing the unwanted behavior.
We will examine it locally and get back to you with our findings.

Regards,
Mira
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
General Discussions
Asked by
Shimab
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or