i am using Jgrid. i am injecting the data to the Grid using Xml as we most of us do.
i want the batch update to database, my requirement that when i click on the \"S
To export data to XML you can use jQuery("#test").jqGrid ('getGridParam', 'data')
in combination with xmlJsonClass.json2xml
from JsonXml.js which included to jqGrid.
I created a working example which demonstrate this way: http://www.ok-soft-gmbh.com/jqGrid/ExportInXml.htm. You can use external button or a button in the jqGrid navigator to make the export. In the example I just display the exported data with respect of alert
function. The same data as a file you find here.