This question is locked. New answers and comments are not allowed.
Hi,
I am using Telerik Grid on my website, and I was wondering if I can use the normal ajax binding (not the custom one) to grab data from the server without the server loading the whole table from the database.
E.g:
My grid has a column called Customers. When I click on the header, the code makes a call to the server to grab the data. By default, the server will then query for the whole table from the database, before using paging to return only the data on the page. Is it possible for it to query the database only for the data on the page? If it is, how can it be done? It'll be very helpful if you can show me the example in code.
I have done this using the custom ajax binding mentioned here: http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding but I would like to do it using the normal/simple ajax binding.
A side question: If I used custom ajax binding for one thing (e.g: paging), is it possible to then use the normal ajax binding for something else (e.g: sorting/filtering)?
Thanks!
I am using Telerik Grid on my website, and I was wondering if I can use the normal ajax binding (not the custom one) to grab data from the server without the server loading the whole table from the database.
E.g:
My grid has a column called Customers. When I click on the header, the code makes a call to the server to grab the data. By default, the server will then query for the whole table from the database, before using paging to return only the data on the page. Is it possible for it to query the database only for the data on the page? If it is, how can it be done? It'll be very helpful if you can show me the example in code.
I have done this using the custom ajax binding mentioned here: http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding but I would like to do it using the normal/simple ajax binding.
A side question: If I used custom ajax binding for one thing (e.g: paging), is it possible to then use the normal ajax binding for something else (e.g: sorting/filtering)?
Thanks!