<?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: Bug import/export configuration</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-importexport-configuration</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/bug-importexport-configuration/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>jsilva on Bug import/export configuration</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-importexport-configuration#p23859</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-importexport-configuration#p23859</guid>
        	        	<description><![CDATA[<p>I grabbed the development version and changed line 265 in the "JsonXml.js" file:</p>
<p>Where it was:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1393' value='Select Code' data-codeid='sfcode1393' /></p>
<div class='sfcode' id='sfcode1393'>json += (name &#38;&#38; &#34;:&#34;) + &#34;\&#34;&#34; + o.toString()+ &#34;\&#34;&#34;;</div>
</p>
<p>Becomes:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1063' value='Select Code' data-codeid='sfcode1063' /></p>
<div class='sfcode' id='sfcode1063'>json += (name &#38;&#38; &#34;:&#34;) + o.toString();</div>
</p>
<p>And it fixed my problem, hope it helps someone else.</p>
]]></description>
        	        	<pubDate>Mon, 04 Jul 2011 14:27:28 +0300</pubDate>
        </item>
        <item>
        	<title>jsilva on Bug import/export configuration</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-importexport-configuration#p23665</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-importexport-configuration#p23665</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When I export my grid configuration the request body contains the json data like this:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8174' value='Select Code' data-codeid='sfcode8174' /></p>
<div class='sfcode' id='sfcode8174'>&#34;colModel&#34;:[{&#34;name&#34;:&#34;Id&#34;,&#34;displayname&#34;:&#34;UniqueID&#34;,&#34;align&#34;:&#34;middle&#34;,&#34;sortable&#34;:&#34;true&#34;,&#34;index&#34;:&#34;0&#34;,<br />&#34;width&#34;:<span style=&#34;text-decoration: underline;&#34;>&#34;10&#34;</span>,&#34;hidden&#34;:<span style=&#34;text-decoration: underline;&#34;>&#34;false&#34;</span>,&#34;resizable&#34;:<span style=&#34;text-decoration: underline;&#34;>&#34;true&#34;</span>...</div>
</p>
<p>Now the problem is, the import feature apparently requires the values with the correct data type, so the width being an integer can&#39;t be "width":<span style="text-decoration: underline;">"10"</span>&#160;has to be "width":10 same with booleans etc.</p>
<p>Is there any way to export the settings with their correct type? Or importing with all values being strings?</p>
<p>I am not 100% sure but I think in version 3.8.x this was working as intended.</p>
</p>
<p>Cheers,</p>
</p>
<p>Joao Silva</p>
]]></description>
        	        	<pubDate>Fri, 17 Jun 2011 18:12:50 +0300</pubDate>
        </item>
</channel>
</rss>