This question is locked. New answers and comments are not allowed.
Hi Telerik
I am using the below code in my layout three times one inside header, one inside footer and one out side footer. Does it necessary to use the same code in three places in one page? If i don't use these in these three places then some of my funcioality doesn't work. For example: if i don't use that code in header section then my dropdown menu bar doesn't work, if i don't put in footer thenn popup window doesn't work when clicked to footer link. please need your advice on these.
@(Html.Telerik().ScriptRegistrar()
.DefaultGroup(group => group.DefaultPath(
"~/Scripts/2011.3.1408")
.Compress(
true))
.jQuery(
false)
)
Thanks
Saroj
