<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Saving export grid settings to xml file</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/saving-export-grid-settings-to-xml-file</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/saving-export-grid-settings-to-xml-file/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Saving export grid settings to xml file</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/saving-export-grid-settings-to-xml-file#p16690</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/saving-export-grid-settings-to-xml-file#p16690</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The export method return a string (xml or json) so you can post it to the server.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 14:21:22 +0300</pubDate>
        </item>
        <item>
        	<title>Daniyel on Saving export grid settings to xml file</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/saving-export-grid-settings-to-xml-file#p16616</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/saving-export-grid-settings-to-xml-file#p16616</guid>
        	        	<description><![CDATA[<p>Hi!</p>
</p>
<p>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.</p>
</p>
<p>I adjusted grid.import.js and JsonXml.js so that i can pass parameter as <strong>saveColModel</strong> and <strong>saveRemapColumns</strong> so I only export those two.</p>
</p>
<p>I have problem now how to save xml output in acctual xml file. When i call from firebug console:</p>
</p>
<p>jQuery("#my_grid").jqGridExport({exptype: "xmlstring", root: "grid", <span style="color: #ff0000;">saveColModel: true, saveRemapColumns</span><span style="color: #ff0000;">: true</span>});</p>
</p>
<p><strong><span style="color: #ff0000;">note:</span> last two parameters are custom.</strong></p>
</p>
<p>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.</p>
]]></description>
        	        	<pubDate>Fri, 23 Apr 2010 10:04:45 +0300</pubDate>
        </item>
</channel>
</rss>