Completed
Last Updated: 28 Mar 2019 10:06 by ADMIN
Imported User
Created on: 18 Feb 2015 20:31
Category: Ajax
Type: Bug Report
0
moving application to godaddy web server hosting results in tab control not handeling changing tabs. app is usingja handeler and multpage. its works on locall iis server.
moving application to godaddy web server hosting results in tab control not handling changing tabs.  app is using ajax handler and multpage.  its works on locall iis server.  Also tried calendar control which also did not change date when clicked.  
3 comments
ADMIN
Rumen
Posted on: 28 Mar 2019 10:04
Hello,

Can you please let us know whether the problem still persists on your side?

A potential solution is discussed here - https://www.telerik.com/forums/restoreoriginalrenderdelegate-javascript-issue:

In order to overcome this issue I suggest that you turn the RestoreOriginalDelegate property back to true. And in order RadAjax to work under medium trust, try inheriting your page from RadAjaxPage instead of Page.
If you still prefer setting the RestoreOriginalDelegate property to false, then I suggest that you register the scripts through the ScriptManager.RegisterStartupScript() method instead of using the ResponseScripts property of RadAjax.


Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Elena
Posted on: 16 Mar 2015 13:30
Does it fix the problem?
Imported User
Posted on: 18 Feb 2015 20:36
I did have to add RestoreOriginalRenderDelegate to AJAX Manager to get the control to display.:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" RestoreOriginalRenderDelegate="False">