<?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: Can't add a row with JSON data</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data</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/cant-add-a-row-with-json-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aphilippe on Can't add a row with JSON data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data#p15794</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data#p15794</guid>
        	        	<description><![CDATA[<p>Thank you for this fair answer Tony.</p>
<p>I receive the data directly from the server, i&#39;ll try to write and perform a client side script in order to reorder the data and put them in the method &#39;addRowData&#39;.</p>
</p>
<p>Best Regards</p>
</p>
<p>Philippe</p>
]]></description>
        	        	<pubDate>Wed, 17 Mar 2010 23:59:33 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Can't add a row with JSON data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data#p15791</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data#p15791</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently this is not supported in addRowDat, but we plan to implemet it.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 17 Mar 2010 22:19:31 +0200</pubDate>
        </item>
        <item>
        	<title>aphilippe on Can't add a row with JSON data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data#p15769</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cant-add-a-row-with-json-data#p15769</guid>
        	        	<description><![CDATA[<p>Hi everybody,</p>
<p>&#160;&#160; i try to add a row with a json data like this :</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6572' value='Select Code' data-codeid='sfcode6572' /></p>
<div class='sfcode' id='sfcode6572'>
<p>var datarow = {state:</p>
<p>&#160;&#160;&#160;&#160;&#160; {zip:&#34;001&#34;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; surface:&#34;200&#34;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; city:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#34;New York&#34;,</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; surface:&#34;20&#34;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160; }</p>
<p>}</p>
</div>
<p>I use this method :</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit2695' value='Select Code' data-codeid='sfcode2695' /></p>
<div class='sfcode' id='sfcode2695'>jQuery(&#34;#mytable&#34;).jqGrid(&#39;addRowData&#39;,rowid,datarow);</div>
<p>but it doesn&#39;t get the data in the "city" second json node.</p>
</p>
<p>Thanks for your help.</p>
]]></description>
        	        	<pubDate>Wed, 17 Mar 2010 10:21:16 +0200</pubDate>
        </item>
</channel>
</rss>