This is a migrated thread and some comments may be shown as answers.

Is there a way to combine Server Binding and Ajax Binding to eliminate the extra request made in Ajax Binding on a Kendo grid?

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pitamber
Top achievements
Rank 1
Pitamber asked on 05 Nov 2012, 03:47 PM
By default the Kendo Grid for ASP.NET MVC will perform server side requests and load the page and grid on a single request. However, when configured for ajax binding the Kendo Grid for ASP.NET MVC will make ajax requests after the page is loaded which requires one extra request (one for the page and one extra for the data used by the grid). Is there a way to combine Server Binding and Ajax Binding to eliminate the extra request made in Ajax binding? All I'm looking for is to load the data for the page and grid at the same request (like Server Side Binding) for the first time and use Ajax Binding for subsequent requests. To disable the initial load on Ajax Binding we can disable the AutoBind Configuration Option (autoBind:false) of the grid. Now, I need a way to show the data on the grid. 

1 Answer, 1 is accepted

Sort by
0
Josh
Top achievements
Rank 1
answered on 13 Jul 2013, 09:07 PM
Did you ever figure this out? I have the same issue (although, not using Server Side Wrappers).

[edited]
I have a way to do this that works for me, which I posted on another thread.
Tags
Grid
Asked by
Pitamber
Top achievements
Rank 1
Answers by
Josh
Top achievements
Rank 1
Share this question
or