How do you export a JQGrid configuration to XML?
I have a number of users that need to save off very specific table configurations, which are to be loaded each h time they visit my application. How would I go about exporting my JQGrid column conf开发者_JAVA技巧iguration to XML so that it can be loaded later.
There are only methods jqGridExport
and jqGridImport
(see http://www.trirand.com/jqgridwiki/doku.php?id=wiki:import_methods) which can be used to save/restore a part of information which you need.
Probably following link Remember (persist) the filter, sort order and current page of jqGrid gives you some more information which can help you.
精彩评论