Remember (persist) the filter, sort order and current page of jqGrid

Posted by Jimbo on Stack Overflow See other posts from Stack Overflow or by Jimbo
Published on 2010-06-10T14:13:37Z Indexed on 2011/01/07 7:54 UTC
Read the original article Hit count: 212

Filed under:
|
|
|
|

My application users asked if it were possible for pages that contain a jqGrid to remember the filter, sort order and current page of the grid (because when they click a grid item to carry out a task and then go back to it they'd like it to be "as they left it")

Cookies seem to be the way forward, but how to get the page to load these and set them in the grid before it makes its first data request is a little beyond me at this stage.

Does anyone have any experience with this kind of thing with jqGrid? Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about cookies