I have a weird issue. Here's my application specs:
- ASP.NET MVC 3
- Razor views
- Telerik Extensions for Mvc version 2011.1.315.340
The issue renders double script blocks on partial Razor view.
Here's the ScriptRegistrar in my layout master:
Here's the ScriptRegistrar with OnDocumentReady in my partial Razor view:
Here's the produced HTML source output:
Any ideas why this is rendering twice? It also seems to be affecting my results.
Any help is appreciated.