<?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: How to make jqGrid show nested json objects</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-make-jqgrid-show-nested-json-objects</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/how-to-make-jqgrid-show-nested-json-objects/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Lotte-Sara Laan on How to make jqGrid show nested json objects</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-make-jqgrid-show-nested-json-objects#p9220</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-make-jqgrid-show-nested-json-objects#p9220</guid>
        	        	<description><![CDATA[<p>I think you want the JSON dot notation.</p>
<p>You can find an example here: <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:retrieving_data" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....eving_data</a></p>
<p>Search for "JSON dot notation" on that page (-;<a id="json_dot_notation" name="json_dot_notation" target="_blank"><br /></a></p>
]]></description>
        	        	<pubDate>Wed, 02 Sep 2009 06:42:36 +0300</pubDate>
        </item>
        <item>
        	<title>haroon84 on How to make jqGrid show nested json objects</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-make-jqgrid-show-nested-json-objects#p9204</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-make-jqgrid-show-nested-json-objects#p9204</guid>
        	        	<description><![CDATA[<p>Hi guys,</p>
<p>Well I&#39;ve got a JSON object list being returned from a webservice...one object of the array looks something like this:</p>
</p>
<p>{<br />&#160;&#160;&#160; "Title":"New Event","Sites":null,<br />&#160;&#160;&#160; "Location":"Islamabad",<br />&#160;&#160;&#160; "Description":"",<br />&#160;&#160;&#160; "Cause":{"Name":"Test Cause 21","Description":"Testing"},<br />}</p>
</p>
<p>As you can see, there is a nested json object inside it (Cause)...now I would like to see a column &#39;Cause&#39; in the grid which shows the name of the cause only...I&#39;ve defined the the column model  like this:</p>
<p>colModel:</p>
<p>[<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Id&#39;, index: &#39;Id&#39;, width: 60 },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Cause.Name&#39;, index: &#39;Cause.Name&#39;, width: 60 },<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: &#39;Title&#39;, index: &#39;Title&#39;, width: 90},</p>
<p>]</p>
</p>
<p>but the Cause column shows up empty...any idea on how I can get this to work properly?</p>
]]></description>
        	        	<pubDate>Wed, 02 Sep 2009 01:50:04 +0300</pubDate>
        </item>
</channel>
</rss>