This question is locked. New answers and comments are not allowed.
Hello,
I have a grid which is in a tabpage of a tabcontrol. The Grid in ajax binding is working well. For security reasons, we had to change the Grid so it uses no more Ajax binding and replace it with server binding.
I have followed the sample in the demos site. But it's not working. I have the error bellow:
"Specified file does not exist: "~/Scripts/telerik.common.js",
In the line :
@(Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.DefaultPath("~/Scripts/2011.2.914")).jQuery(false))
I didn't change any path, and as I mentioned earlier, this works perfectly in Ajax binding mode.
Please help.
Thanks
I have a grid which is in a tabpage of a tabcontrol. The Grid in ajax binding is working well. For security reasons, we had to change the Grid so it uses no more Ajax binding and replace it with server binding.
I have followed the sample in the demos site. But it's not working. I have the error bellow:
"Specified file does not exist: "~/Scripts/telerik.common.js",
In the line :
@(Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.DefaultPath("~/Scripts/2011.2.914")).jQuery(false))
I didn't change any path, and as I mentioned earlier, this works perfectly in Ajax binding mode.
Please help.
Thanks