I have a really simple scenario for a menu using the MooTools framework. Everything works perfect until I add a RadScriptManager to support the use of a RadGrid.
My first line of script fires the menu to run the animation, but even though I have added references to the JS files I'm using, it still refuses to work with the ScriptManager on the page.
Where am I going wrong?
| <script type="text/javascript"> default_accordion_id = 0;</script> |
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
| <Scripts> |
| <asp:ScriptReference Path="~/JS/script.js" /> |
| <asp:ScriptReference Path="~/JS/mootools.v1.11.js" /> |
| </Scripts> |
| </telerik:RadScriptManager> |
Thanks.