We have a web application which has a masterpage in a subfolder. The Masterpage contains a RadScriptManager. See example below:
When we run the page we get a script error Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function The RadControls on the page are unresponsive.
See attachment.
When i remove the ScriptManager Script References the error disappears but the RadControls are still unresposive.
When i move the pages to the root folder everything works fine.
How do we reference the Telerik assembly scripts in a Masterpage in a subfolder?
<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" /> </Scripts></telerik:RadScriptManager>When we run the page we get a script error Uncaught TypeError: Property '$' of object [object DOMWindow] is not a function The RadControls on the page are unresponsive.
See attachment.
When i remove the ScriptManager Script References the error disappears but the RadControls are still unresposive.
When i move the pages to the root folder everything works fine.
How do we reference the Telerik assembly scripts in a Masterpage in a subfolder?