<?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: subgrid from nested master grid data?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-from-nested-master-grid-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/subgrid-from-nested-master-grid-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on subgrid from nested master grid data?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-from-nested-master-grid-data#p14440</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-from-nested-master-grid-data#p14440</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not ready solution for this.</p>
<p>Maybe you will need to save the response in local variable (loadComplete can be used for this purpose) and the build your own content from this using subGridRowExpanded event</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 01 Feb 2010 09:30:52 +0200</pubDate>
        </item>
        <item>
        	<title>enliven on subgrid from nested master grid data?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-from-nested-master-grid-data#p14403</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-from-nested-master-grid-data#p14403</guid>
        	        	<description><![CDATA[<p>All examples of subgrid show use of anohter call to obtain subgrid data.</p>
<p>What id like to accomplish is for the subgrid to display records nested within the current record. Example (ill use json) of Orders containing LineItems where &#39;main grid&#39; contains the OrderId, &#38; Date and subgrid contains LineItems detail of its Order:</p>
<p>"rows":</p>
<p>{"OrderId":1,"Date":"01-01-2010&#8243;,"LineItems":[</p>
<p>&#160;&#160; {"ItemId":123,"ItemName":"Stuff1","QTY":3},</p>
<p>&#160;&#160; {"ItemId":456,"ItemName":"Stuff2","QTY":2},</p>
<p>&#160;&#160; {"ItemId":789,"ItemName":"Stuff3","QTY":1}]},</p>
<p>{"OrderId":2,"Date":"01-10-2010&#8243;,"LineItems":[</p>
<p>&#160;&#160; {"ItemId":789,"ItemName":"Stuff3","QTY":2},</p>
<p>&#160;&#160; {"ItemId":123,"ItemName":"Stuff1","QTY":1},</p>
<p>&#160;&#160; {"ItemId":456,"ItemName":"Stuff2","QTY":3}]}</p>
]]></description>
        	        	<pubDate>Fri, 29 Jan 2010 21:07:46 +0200</pubDate>
        </item>
</channel>
</rss>