<?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: Master Detail question</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/master-detail-question</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/master-detail-question/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>zadev on Master Detail question</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/master-detail-question#p15480</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/master-detail-question#p15480</guid>
        	        	<description><![CDATA[<p>Hi Tony</p>
</p>
<p>Thanks for the quick reply.</p>
</p>
<p>It working.</p>
<p>Steven</p>
]]></description>
        	        	<pubDate>Mon, 08 Mar 2010 19:13:13 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Master Detail question</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/master-detail-question#p15478</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/master-detail-question#p15478</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can use onSelectRow in the master and do the following</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7273' value='Select Code' data-codeid='sfcode7273' /></p>
<div class='sfcode' id='sfcode7273'>
<p>onSelectRow : function(rowid)</p>
<p>{</p>
<p>...</p>
<p>$("#detail2").jqGrid(&#39;clearGridData&#39;);</p>
<p>...</p>
<p>}</p>
</div>
<p>You will need maybe to use the same approach when you sort (onSorCol event) and when you perform pagging (onPaging event)</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 08 Mar 2010 18:58:40 +0200</pubDate>
        </item>
        <item>
        	<title>zadev on Master Detail question</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/master-detail-question#p15475</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/master-detail-question#p15475</guid>
        	        	<description><![CDATA[<p>How many detail grids could one have in a master detail setup?</p>
<p>I have 2 detail grids with a master but are having some problems with data loading/unloading in the last grid.</p>
<p><span style="text-decoration: underline;">grid structure</span></p>
<p>master</p>
<p>detail grid #1 (parent is master)</p>
<p>detail grid #2 (parent is detail #2)</p>
</p>
<p>My problem is, when changing the selection in the master the detail grid #1 is updated but how do I clear the data in detail grid #2 which is no longer current. I have tried loadComplete and gridComplete options in grid #1 where i try to update the data in grid #2.</p>
</p>
<p>Please help as I realy don&#39;t know how to solve this issue.</p>
]]></description>
        	        	<pubDate>Mon, 08 Mar 2010 18:52:37 +0200</pubDate>
        </item>
</channel>
</rss>