Hei guys,
Just finish tunning up flexigrid to meet my needs and want to share with you.
I needed that flexigrid “remembers” the column width, search filters and page, so I decided to dig in the code and make it happen.
I used the Jason Valdron implementation witch already had column width to cookie after seeing his implementation it was more easy to make mine.
Here is the final code: http://pastebin.com/f66c1d534
So if you set cookies to true in parameters (is true by default) flexigrid should be save state after leaving the page, and should remain the same when u get back.
Test it and let me know if it works for you.
EDIT: You need to use http://plugins.jquery.com/project/cookie