<?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: Expanding subgrid row after parent grid reload</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/expanding-subgrid-row-after-parent-grid-reload</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/expanding-subgrid-row-after-parent-grid-reload/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>rodk on Expanding subgrid row after parent grid reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/expanding-subgrid-row-after-parent-grid-reload#p15857</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/expanding-subgrid-row-after-parent-grid-reload#p15857</guid>
        	        	<description><![CDATA[<p>Never mind. I&#39;m an idiot.</p>
</p>
<p>When I said the correct ID was being passed I was mistaken. I had the ID of the row in the subgrid that triggered the reload, NOT the ID of the row in the parent grid.&#160; Fixed that and all is fine.</p>
</p>
<p>Thanks again for a great plugin!</p>
]]></description>
        	        	<pubDate>Sat, 20 Mar 2010 20:33:13 +0200</pubDate>
        </item>
        <item>
        	<title>rodk on Expanding subgrid row after parent grid reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/expanding-subgrid-row-after-parent-grid-reload#p15856</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/expanding-subgrid-row-after-parent-grid-reload#p15856</guid>
        	        	<description><![CDATA[<p>In the definition of the top grid I have the following:</p>
<p>gridComplete: function() {<br />&#160;&#160;&#160; if(dns_expand_id) {<br />&#160;&#160; &#160;&#160;&#160;&#160; //alert(dns_expand_id);<br />&#160;&#160; &#160;&#160;&#160;&#160; $(&#39;#dns&#39;).expandSubGridRow(dns_expand_id);<br />&#160;&#160; &#160;&#160;&#160;&#160; dns_expand_id = null;<br />&#160;&#160;&#160; }</p>
<p>},</p>
</p>
<p>dns_expand_id is initially null.&#160; I need certain events in the subgrid to trigger a reload of the grid and want to expand the subgrid that triggered the reload.&#160; So, after a successful server request I set dns_expand_id to the rowid containing the open subgrid and call</p>
<p>$(&#39;#dns&#39;).trigger(&#39;reloadGrid&#39;);</p>
<p>I know from the alert() that the correct value is passed to expandSubGridRow() but it isn&#39;t expanding and no errors are generated.</p>
</p>
<p>Any ideas on what I&#39;m doing wrong or where I might look?</p></p>
]]></description>
        	        	<pubDate>Sat, 20 Mar 2010 20:25:43 +0200</pubDate>
        </item>
</channel>
</rss>