Do I need to include asp:ScriptManager in my template if I&#

Posted by Community Admin on 03-Aug-2018 19:26

Do I need to include asp:ScriptManager in my template if I'm using jQuery?

All Replies

Posted by Community Admin on 14-Mar-2012 00:00

If I'm using jQuery as my front end JavaScript library, not Microsoft's toolkit, do I still need to include the Script Manager in my custom template?

<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
    

I suspect that some of the Sitefinity widgets use the Microsoft JavaScript libraries. (unsure though as they seem to use a lot of custom Telerik JS. But none of my own JavaScript references anything other than the jQuery library.

Thoughts? Comments? Answers? Am I still misunderstanding the role of JavaScript in Sitefinity?
Thanks

Posted by Community Admin on 15-Mar-2012 00:00

Sitefinity uses the RadControls which is MSAjax based and requires a script manager, but I believe Sitefinity will put it there for you if it doesn't exist...

Try removing it, if you don't get errors...MAZEL TOV! :)

This thread is closed