Hi, I'm trying to figure out how I could load a grid and read a cookie and move the grid to a page from the value stored in the cookie.
I'm currently able to grab the page number through some code I found:
dataBound: function (e) {pageNum = this.dataSource.page(); $.cookie('jobpagenum', pageNum); },
now when the page reloads, I want to be able to tell the grid to switch over to that page.
any help?
thanks
steve
I'm currently able to grab the page number through some code I found:
dataBound: function (e) {pageNum = this.dataSource.page(); $.cookie('jobpagenum', pageNum); },
now when the page reloads, I want to be able to tell the grid to switch over to that page.
any help?
thanks
steve