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

Are RadControls compatible with standard AJAX Control Toolkit 3.5?

7 Answers 235 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Craig Wallace
Top achievements
Rank 1
Craig Wallace asked on 08 Jun 2010, 04:01 PM
Hi,

I am trying to use Telerik RadControls for .Net 4.0 controls in the same project as ASP.Net AJAX 3.5 controls.  Are the two compatible?  I get the following error when trying to run my project.

Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll. 

I am trying to use the ModalPopupExtender in the ASP.Net Ajax 3.5 controls.  I have the following registered on my page.

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>      
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">  
    </telerik:RadAjaxManager> 
Thanks,
Craig

7 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 10 Jun 2010, 10:18 AM
Hello Craig,

There's a known issue with the RadScriptManager and the Ajax Toolkit that we're still working to solve. Please see this forum thread for a temporary solution

http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/ajax-control-toolkit-compatability.aspx#1188483

I hope this helps.

Regards,
Tsvetomir Tsonev
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.
0
Craig Wallace
Top achievements
Rank 1
answered on 10 Jun 2010, 10:42 AM
Hi Tsvetomir,

I have tried that workaround but it did not work for me. 

Craig
0
T. Tsonev
Telerik team
answered on 10 Jun 2010, 12:46 PM
Hello Craig,

Please see the ExternalScripts.aspx page in the attached site for a sample implementation.

I hope this helps.

Best wishes,
Tsvetomir Tsonev
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.
0
Craig Wallace
Top achievements
Rank 1
answered on 10 Jun 2010, 02:37 PM
Hi Tsvetomir,

Is the sample using the 3.5 or 4.0 version of the telerik controls?

Craig
0
T. Tsonev
Telerik team
answered on 14 Jun 2010, 02:26 PM
Hello Craig,

The first sample is using the 4.0 version, but I'm attaching you a 3.5 version as well.

I hope this helps.

Greetings,
Tsvetomir Tsonev
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.
0
David
Top achievements
Rank 1
answered on 08 Oct 2010, 04:55 PM
Hello,

I have this problem too but your solution doesn't work for me. I have javascripts error on page loading.
I have it using your sample too.

please see attached files.

do you have any solution ?

regards,

David
0
T. Tsonev
Telerik team
answered on 15 Oct 2010, 09:07 AM
Hi David,

It looks like you've got script localization turned on and the ScriptManager is looking for MicrosoftAjax.debug.fr.js which doesn't exist.

Either turn off script localization or make a copy of MicrosoftAjax.debug.js and rename it to MicrosoftAjax.debug.fr.js

I hope this helps.

Greetings,
Tsvetomir Tsonev
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
Craig Wallace
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Craig Wallace
Top achievements
Rank 1
David
Top achievements
Rank 1
Share this question
or