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

jQuery with Master/Content pages

1 Answer 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
msigman
Top achievements
Rank 2
msigman asked on 18 Oct 2010, 09:18 PM
I've carefully followed the instructions at http://www.telerik.com/help/aspnet-ajax/using-jquery.html

I have this on the master page:
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"
    <Scripts
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> 
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> 
        <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
    </Scripts
</telerik:RadScriptManager>
 

 

 

However whenever I try to use $telerik.$ in one of my content pages, I get the error:

'$telerik' is undefined.

Edit: This is even happening on the Master page when I try to move the code there.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Oct 2010, 05:55 AM
Hi Matthew,

If you remove all script references and place some RadControl on the web page, does it work? Does it throw a "Telerik is undefined" or "Sys is undefined" error? If yes, then please refer to:

http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/telerik-controls-not-working-after-move.aspx

Otherwise, please send us a standalone runnable project or website, which exhibits the problem, so that we can test locally.

Kind regards,
Dimo
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
General Discussions
Asked by
msigman
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or