Hi!
I use jqGrid export/import options to export grid colModel and remapColumns in xml format so user will always have same column order and column settings when they log-in and with that it is also optimal so that server only sends those columns which are visible.
I adjusted grid.import.js and JsonXml.js so that i can pass parameter as saveColModel and saveRemapColumns so I only export those two.
I have problem now how to save xml output in acctual xml file. When i call from firebug console:
jQuery(“#my_grid”).jqGridExport({exptype: “xmlstring”, root: “grid”, saveColModel: true, saveRemapColumns: true});
note: last two parameters are custom.
i get xml ouput in firebug console on left side. I wonder how can i send this output to server so it can be stored in xml file.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top