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

so strange problem (in Telerik.Web.UI.Ajax.Ajax.js?)

1 Answer 47 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nick Wu
Top achievements
Rank 1
Nick Wu asked on 25 May 2010, 07:47 AM
I access a page in my projcect using  different  web browser.   

case 1 :   if I access it using FF or IE8 first , then access it using IE6.  
               IE6 will prompt a javascript error :'length' is null or not a object.
case 2:   if I access it using IE6 first , then access it using FF or IE8.    
               FF will prompt a error: e is null ,  the prompt from IE8 is same as case 1.

in case 1, I debug it using vs2008,  the problem line is "b<e.length"  in Telerik.Web.UI.Ajax.Ajax.js .
I use master page, below is my content page
<asp:Content ...> 
  <script ...> 
     some script codes  
  </script...> 
 
   some web controls  
 
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" OnAjaxRequest="RadAjaxManager1_AjaxRequest">  
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="rtvGrids">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="rtvGrids" /> 
                    <telerik:AjaxUpdatedControl ControlID="rgChildren" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
            <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="rtvGrids" /> 
                    <telerik:AjaxUpdatedControl ControlID="rgChildren" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
            <telerik:AjaxSetting AjaxControlID="rgChildren">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="rgChildren" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManager> 
 
</asp:Content> 
is there any problem at AjaxSettings ?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 28 May 2010, 09:37 AM
Hello Nick,

I checked the ajax setting and I confirm you configured them properly. However without being able to replicate and debug the issue locally, it is hard to determine what could be causing the error is question.

Regards,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Nick Wu
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or