<?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: doc problem for json formt</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt</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/doc-problem-for-json-formt/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on doc problem for json formt</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1648</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1648</guid>
        	        	<description><![CDATA[<p>This is true. Thanks. It will be corrected.</p>
]]></description>
        	        	<pubDate>Thu, 21 Aug 2008 08:41:47 +0300</pubDate>
        </item>
        <item>
        	<title>stilldodge on doc problem for json formt</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1646</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1646</guid>
        	        	<description><![CDATA[<p>Minor JSON syntax issue in documentation excerpt follows ----------</p>
<p>invdata: [{"1","cell11","cell12"}]</p>
<p>Should be</p>
<p>invdata: [["1","cell11","cell12"]]</p>
<p>Replaced {} with [],&#160; with {} this does not work</p>
<p>-----------</p>
<pre>It is possible to set the cell element to an empty string. And, it is possible to set the id as number. Here is an example of these possibilities:

jsonReader:{ root: "invdata", page: "currpage" total: "totalpages" records: "totalrecords", cell: "", id: "0" }

In this case the id is the first element from the row data

{ totalpages: "xxx", currpage: "yyy", totalrecords: "zzz", invdata: [ {"1","cell11", "cell12", "cell13"}, {"2", "cell21", "cell22", "cell23"} ] }
</pre>
<p>-----------</p>
]]></description>
        	        	<pubDate>Thu, 21 Aug 2008 08:32:26 +0300</pubDate>
        </item>
        <item>
        	<title>tony on doc problem for json formt</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1639</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1639</guid>
        	        	<description><![CDATA[<p>Please use code tag in this case - I do not understand what is wrong</p>
]]></description>
        	        	<pubDate>Thu, 21 Aug 2008 02:34:49 +0300</pubDate>
        </item>
        <item>
        	<title>stilldodge on doc problem for json formt</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1634</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/doc-problem-for-json-formt#p1634</guid>
        	        	<description><![CDATA[<p>Syntax should be as follows [ instead of {</p>
<p>&#160;&#160;&#160; ["1","cell11", "cell12", "cell13"], <br /> &#160;&#160;&#160; ["2", "cell21", "cell22", "cell23"]</p>
<p>In excerpt from documentation</p>
<p>"</p>
<p>In this case the id is the first element from the row data <br />{&#160; <br />&#160; totalpages: "xxx",&#160; <br />&#160; currpage: "yyy",&#160; <br />&#160; totalrecords: "zzz", <br />&#160; invdata: [ <br />&#160;&#160;&#160; {"1","cell11", "cell12", "cell13"}, <br />&#160;&#160;&#160; {"2", "cell21", "cell22", "cell23"} <br />&#160; ] <br />}</p>
<p>"</p>
]]></description>
        	        	<pubDate>Wed, 20 Aug 2008 17:28:23 +0300</pubDate>
        </item>
</channel>
</rss>