<?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: fix the example Loading Data - JSON Data</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/fix-the-example-loading-data-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/bugs/fix-the-example-loading-data-json-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>miguelposada on fix the example Loading Data - JSON Data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/fix-the-example-loading-data-json-data#p25023</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/fix-the-example-loading-data-json-data#p25023</guid>
        	        	<description><![CDATA[</p>
<p>hi my english is not so good.</p>
<p>i saw this part of the examples</p>
<p><a href="http://www.trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/jq" rel="nofollow">http://www.trirand.com/blog/jq</a>.....qgrid.html</a></p>
<p>-Loading Data</p>
<p>&#160;&#160; - JSON Data</p>
</p>
<p>the example doesn&#39;t work for me because in the next 2 lines im going to show on the server side (exmaple.php)&#160; was like thIs:</p>
</p>
<p>&#160;     $responce-&#62;rows[$i][&#39;id&#39;]=$row[id];</p>
<p>&#160;     $responce-&#62;rows[$i][&#39;cell&#39;]=array($row[id],$row[invdate],$row[name],$row[amount],$row[tax],$row[total],$row[note]);</p>
</p>
<p>i had to put this character ( &#39; &#39;) to these fields of the database and now it works !:</p>
<p>$responce-&#62;rows[$i][&#39;id&#39;]=$row[&#39;id&#39;];</p>
<p>&#160;      $responce-&#62;rows[$i][&#39;cell&#39;]=array($row[&#39;id&#39;],$row[&#39;invdate&#39;],$row[&#39;name&#39;],$row[&#39;amount&#39;],$row[&#39;tax&#39;],$row[&#39;total&#39;],$row[&#39;note&#39;]);</p>
</p>
<p>maybe it might help...some users beginners like me or improve all the examples on the webpage</p>
<p>thanks</p>
]]></description>
        	        	<pubDate>Sat, 29 Oct 2011 17:23:37 +0300</pubDate>
        </item>
</channel>
</rss>