Posted
on Apr 24, 2012
(permalink)
Yo mate,
Do not add the jQuery script multiple times. Two options:
1)Disable the jQuery from the ScriptRegistrar and add it manually at the top of the page before your scripts
2)Do not add the jQuery script manually but register your scripts to be loaded with the ScriptRegistrar
Html.Telerik().ScriptRegistrar()
.DefaultGroup(group => group
.Add("CustomScripts.js")