<?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 reload</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-reload-1</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-reload-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>highrise on subgrid reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-reload-1#p24694</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-reload-1#p24694</guid>
        	        	<description><![CDATA[</p>
<p>ok, I did the following:</p>
</p>
<p>$("#mygrid").expandSubGridRow(rowid);</p>
</p>
<p>Which worked when the grid was not open. However it did not reload it. So instead I used these together:</p>
</p>
<p>$("#mygrid").toggleSubGridRow(rowid);</p>
<p>$("#mygrid").expandSubGridRow(rowid);</p>
</p>
<p>This way, if the grid is open, the first line closes it and the second reloads it. If the grid is closed, the the first line opens and reloads it and the second line is ignored.</p>
</p>
<p>by the same logic, to close the grid without knowing if it is open or not, I used:</p>
</p>
<p>$("#mygrid").expandSubGridRow(rowid);</p>
<p>&#160;$("#mygrid").toggleSubGridRow(rowid);</p>
</p>
<p>it&#39;s not pretty but it does the job I need.</p>
]]></description>
        	        	<pubDate>Tue, 20 Sep 2011 23:23:33 +0300</pubDate>
        </item>
        <item>
        	<title>highrise on subgrid reload</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/subgrid-reload-1#p24688</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/subgrid-reload-1#p24688</guid>
        	        	<description><![CDATA[<p>hi there - I&#39;ve tried to find a solution to this on the forums but I haven&#39;t been able to. I was wondering if it is possible to trigger a subgrid to reload itself. I have a grid where I add a new record, and I want this new record to be show in the subgrid when I do so.</p>
</p>
<p>In short, instead of pressing the &#39;+&#39; button, how can I programmatically trigger a subgrid to open?</p>
]]></description>
        	        	<pubDate>Tue, 20 Sep 2011 17:35:55 +0300</pubDate>
        </item>
</channel>
</rss>