I am just getting started with the ASP.NET MVC wrappers.
I have been looking at the Custom server binding http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/custom-binding.
The first example of server-side paging/sorting works fine, but it refreshes the entire web page on paging/sorting (it's not ajax).
So I have started looking at the second example on the same page, "Custom ajax binding". Unfortunately there is no .cshtml code provided, so I can't get this to work.
Server-side paging with ajax is such a common scenario in ASP.NET, can you please add a full sample in the demo pages?
Thank you
The first example of server-side paging/sorting works fine, but it refreshes the entire web page on paging/sorting (it's not ajax).
So I have started looking at the second example on the same page, "Custom ajax binding". Unfortunately there is no .cshtml code provided, so I can't get this to work.
Server-side paging with ajax is such a common scenario in ASP.NET, can you please add a full sample in the demo pages?
Thank you