This question is locked. New answers and comments are not allowed.
When displaying gird in a partial view (loaded using jQuery) the paging does not work. I’ve tried the suggested article:
http://www.telerik.com/help/aspnet-mvc/using-with-partial-views-loaded-via-ajax.html
but when I try to include the scripts in the partial view using:
@Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.DefaultPath("~/Scripts/TelerikScripts")).jQuery(false)
I get “Specified file does not exist: “~/Scripts/jquery-1.5.1.js”. I’m using jquery-1.6.3.
The only way around it is to pre-load all grids with no data, and then reload as needed, but I have about 20 grids in my app so it is not a practical solution, they need to be loaded on demand.
Are there any workable solutions for this issue?
Thanks,
http://www.telerik.com/help/aspnet-mvc/using-with-partial-views-loaded-via-ajax.html
but when I try to include the scripts in the partial view using:
@Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.DefaultPath("~/Scripts/TelerikScripts")).jQuery(false)
I get “Specified file does not exist: “~/Scripts/jquery-1.5.1.js”. I’m using jquery-1.6.3.
The only way around it is to pre-load all grids with no data, and then reload as needed, but I have about 20 grids in my app so it is not a practical solution, they need to be loaded on demand.
Are there any workable solutions for this issue?
Thanks,