tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.85k stars 1.2k forks source link

Not showing nav bar icons like search, export icons when loadState call #897

Closed satya9m closed 6 years ago

satya9m commented 6 years ago

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

tonytomov commented 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

tonytomov commented 6 years ago

Please reopen when you can prepare a test case