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

Wierd JScript runtime error on using RadAjaxManager

1 Answer 36 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
RakeshKumar
Top achievements
Rank 1
RakeshKumar asked on 07 Jun 2013, 06:25 AM
Hi,

I am using RadAjaxManager to define ajax settings on my page. I could not find any problem with ajax settings defined,it seems to be normal.  Ajax Settings defined as below.
 

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" />

 

 

 

<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" DefaultLoadingPanelID="RadAjaxLoadingPanel1">

 

 

 

<AjaxSettings>

 

 

 

<telerik:AjaxSetting AjaxControlID="radMeasure"> (its radcombobox control)

 

 

 

<UpdatedControls>

 

 

 

<telerik:AjaxUpdatedControl ControlID="radDisplay" /> 
<telerik:AjaxUpdatedControl ControlID="msDisplay" />

 

 

 

</UpdatedControls>

 

 

 

</telerik:AjaxSetting>

 

 

 

</AjaxSettings>

 

 

 

</telerik:RadAjaxManager>

 

 

 

<telerik:RadAjaxLoadingPanel runat="server" ID="RadAjaxLoadingPanel1">

 

 

 

<table height="100%" width="100%" border="0">

 

 

 

<tr>

 

 

 

<td valign="middle" align="center">

 

 

 

<asp:Image ID="ImageLoading" Style="margin-top: 40px" runat="server" AlternateText="Loading"

 

 

 

BorderWidth="0px" ImageUrl="../../Includes/RadControls/AJAX/Skins/Default/loading.gif">

 

 

 

</asp:Image>

 

 

 

</td>

 

 

 

</tr>

 

 

 

</table>

 

 

 

</telerik:RadAjaxLoadingPanel>

 


Am getting the internal Telerik Javascript error. I found that UpdatePanelClientIDs are set to null. Am not sure what is causing the problem. Here by attaching screenshot of error which am getting.

Along with Radajaxmanager am using RadwindowManger on my page. Please let me know how to solve this issue.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 11 Jun 2013, 12:18 PM
Hello RakeshKumar,

I reviewed the provided RadAjaxManager setting and they looks totally correct. There is nothing obvious that may cause the described error. It will be best if you could post the whole page markup as well as the related code behind or open a regular support ticket where you could send a runnable version of your application. Thus we could test it locally and advise you further.

Regards,
Maria Ilieva
Telerik
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 the blog feed now.
Tags
Ajax
Asked by
RakeshKumar
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or