This question is locked. New answers and comments are not allowed.
Hi,
We just started to use MVC extension for Telerik but ran into problems as we are not using the default folder structure.
The script folder in our application is “~/Content/Scripts” instead of “~/Scripts”
And the Telerik scripts are located in “~/Content/Scripts/2010.2.825” instead of “~/Scripts/2010.2.825”.
I’m running into multiple errors of script file not found.
Has anyone else experienced this and found a solution?
I am using <%= Html.Telerik().ScriptRegistrar().jQuery(false) %> as I’m manually including jQuery scripts.
But I’m getting errors as the Script registrar is not able to find the file as the default location.