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

RadScriptManager causes "AjaxControlToolkit is undefined"

2 Answers 200 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 19 Aug 2008, 06:19 PM
This only reproduces once the code is on a non-local server.

I have an AjaxControlToolkit AutoCompleteExtender that works just fine locally. As soon as I put it on the server, the page generates an "AjaxControlToolkit is undefined" error.

After digging around to root cause the problem, I noticed that this error only occurs when I am using the RadScriptManager. If I am using the ToolkitScriptManager, the control works just fine on the server.

Is there some setting that I am missing for the RSM?

Thanks

Jay

2 Answers, 1 is accepted

Sort by
0
Bruno
Top achievements
Rank 2
answered on 20 Aug 2008, 06:09 AM
I suppose this is not strictly related to Telerik controls: ASP.NET forums

Check this out and let me know what happened
0
Jay
Top achievements
Rank 1
answered on 20 Aug 2008, 06:35 PM
I had come across that thread before, and originally I thought it might be what I was experiencing.

However, when I ripped out the RadScriptManager and replaced it with the ToolkitScriptManager, the Toolkit controls work fine locally and on the server. This leads me to believe that there is something (perhaps a config setting) that isnt being handled in RadScriptManager on the server that is being handled by the ToolkitScriptManager on the server.

What that setting is ... no idea.



Tags
General Discussions
Asked by
Jay
Top achievements
Rank 1
Answers by
Bruno
Top achievements
Rank 2
Jay
Top achievements
Rank 1
Share this question
or