Hello, I have been following thur the DEMO to “Save and Load Grid State” which can be found here: http://www.guriddo.net/demo/demos/jqgrid/ under “Functionality / Misc”
I am using Guriddo_Suito_PHP_4_8_2 and I need to be able to save the state of the grid between page loads. This means I need to be able to save Page Number, Rows Per Page, Column Order etc etc….
I found that the demo works great, but its a problem if the user has to manually click “Save and Load” each time to use the Grid.
I would like to ask, how can I make the grid automatically save its state each time a change is made so that the user does not have to press Save and Load buttons each time?
I have tried to call $.jgrid.saveState(“grid”) on grid events such as onPaging, onSortCol etc.. but its not working.
Can someone please show me a DEMO or let me know how to do this?
Thank-you.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top