<?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: Grid Exporting</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/grid-exporting</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/bugs/grid-exporting/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>amw on Grid Exporting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grid-exporting#p26146</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grid-exporting#p26146</guid>
        	        	<description><![CDATA[<p>Hi Guys</p>
<p>I&#8217;m struggling with the grid export/import feature, I&#8217;m trying to save the grid layout as a JSON string using</p>
<p>$(&#39;#grid&#39;).jqGridExport({ exptype: &#39;jsonstring&#39; }) ;</p>
<p>and then reloading it using</p>
<p>$("#grid").jqGridImport({imptype: "jsonstring", impstring: response});</p>
</p>
<p>However I couldn&#8217;t get the import to work. on debugging it I found that the export function (xmlJsonClass.toJson) serializes all property values including numbers and Booleans as strings (enclosed in double quotes), I changed this function not to have double quotes for numbers and Booleans and now the import works fine.</p>
<p>However the properties that uses functions such as beforeRequest, loadComplete those are still not working. And I cannot figure out how to get this working.</p>
</p>
<p>Please help</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 14 Mar 2012 21:32:25 +0200</pubDate>
        </item>
</channel>
</rss>