Hello,
I am currently using radgrid client-side databinding, very similar to the example here: http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
What I want to do is have the user page, sort, filter, select rows, etc and have the server-side code capturing those values in session. If for any reason the page is refreshed, I want to initialize the grid back to those session values (sort/filter/page/selected row).
I can get almost all of this working with the exception of the page index. It appears to work, but then the grid immediately fires a page change back to page 0.
Any insight into why this is happening?
I am currently using radgrid client-side databinding, very similar to the example here: http://demos.telerik.com/aspnet-ajax/grid/examples/client/databinding/defaultcs.aspx
What I want to do is have the user page, sort, filter, select rows, etc and have the server-side code capturing those values in session. If for any reason the page is refreshed, I want to initialize the grid back to those session values (sort/filter/page/selected row).
I can get almost all of this working with the exception of the page index. It appears to work, but then the grid immediately fires a page change back to page 0.
Any insight into why this is happening?