Hi,
I am trying to maintain state of kendo grid like Page Number,Page Size using session. I have referenced below example from your forum
http://www.telerik.com/support/code-library/save-grid-state-in-session-on-server-side
Problem is I don't have any button to Save or Load the grid state like above exmaple.
I am saving the grid state on DataBound event of Grid and Loading the sate back from session in Document.ready function.
But its not working for me as Index_Read function for Ajax binding of Grid is always getting called first before LoadGridState function and thus session object is getting overridden with defualt values for pagesize, pageno etc.
Can you please help me on this.
Thanks
Aarti
I am trying to maintain state of kendo grid like Page Number,Page Size using session. I have referenced below example from your forum
http://www.telerik.com/support/code-library/save-grid-state-in-session-on-server-side
Problem is I don't have any button to Save or Load the grid state like above exmaple.
I am saving the grid state on DataBound event of Grid and Loading the sate back from session in Document.ready function.
But its not working for me as Index_Read function for Ajax binding of Grid is always getting called first before LoadGridState function and thus session object is getting overridden with defualt values for pagesize, pageno etc.
Can you please help me on this.
Thanks
Aarti