Closed satya9m closed 6 years ago
For the second case you will need to read the docs first (if you use Guriddo jqGrid). The appropriate link can be found here
For the first case a demo code which demonstrates the problem is needed - otherwise is very difficult to reproduce exactly your case
Please reopen when you can prepare a test case
i am trying save the jqGrid state. i can able to save the state and load the state using buttons. but i need to load the state when page load. i can able to save the state at window.unload.
when i try to load the state in document.ready function, through java script error "beforeprocessing" null or ...
The search and export icons are not showing on custom menu bar icons on jqgrid when click on loadState button. this issue is occurring when i load the state through button. $("#loadstate").click(function () { $.jgrid.loadState("jqGrid");});
Please provide any solution to load the state without using button and display all the custom menu bar icons(search,ExporttoExcel) on navbar