<?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: Multiple Subgrids</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids</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/multiple-subgrids/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>downunder on Multiple Subgrids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p20110</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p20110</guid>
        	        	<description><![CDATA[<p>OK. I found it out....</p>
<p>append() did the trick?&#160;</p>
<p>for he second subgrid in a line U use append() instead of html() to add the table html of the second to the previous grid.</p>
</p>
<p>//for a second subgrid on the same level</p>
<p>subgrid_table_id = subgrid_id+"_tt"; //new name for selector --&#62; tt</p>
<p>pager_id = "p_"+subgrid_table_id;</p>
<p>$("#"+subgrid_id).<strong>append</strong>("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;"+pager_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/div&#62;");&#160;</p>
</p>
<p>jQuery("#"+subgrid_table_id).jqGrid({</p>
<p>...</p>
<p>});</p>
</p>
<p>works nice!</p>
<p>Daniel</p>
]]></description>
        	        	<pubDate>Fri, 01 Oct 2010 17:56:37 +0300</pubDate>
        </item>
        <item>
        	<title>downunder on Multiple Subgrids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p20107</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p20107</guid>
        	        	<description><![CDATA[<p>I try to check pout also Multiple Subgrids...can&#39;t see any in the demos..</p>
<p>i would like to have multiple subgrids on the same level NOT nested.</p>
<p>Thast very handy when you have composite objects</p>
</p>
<p>***Gridrow***</p>
<p><span style="white-space: pre;"> </span>***Subgrid1***</p>
<p>&#160;&#160; &#160; &#160; &#160;***Subgrid2***</p>
<p>***NextGridrow***</p>
<p>Is this possible and any examples somewhere. I tired it, but got stuck with lline:</p>
<p>subGridRowExpanded: function(subgrid_id, row_id) {</p>
<p>/* subgrid 1*/</p>
<p><span style="white-space: pre;">&#160;</span>...</p>
<p>$("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;"+pager_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/div&#62;");&#160;</p>
</p>
<p>/* subgrid 2 */</p>
<p>...</p>
<p>$("#"+subgrid_id).html("&#60;table id=&#39;"+subgrid_table_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;"+pager_id+"&#39; class=&#39;scroll&#39;&#62;&#60;/div&#62;");&#160;</p>
</p>
<p>thats calling the twice same selctor!</p>
<p>thx</p>
<p>Daniel&#160;</p>
]]></description>
        	        	<pubDate>Fri, 01 Oct 2010 17:20:16 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Multiple Subgrids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p4883</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p4883</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Look at the demo and then extend this for every subgrid.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 24 Feb 2009 08:24:49 +0200</pubDate>
        </item>
        <item>
        	<title>ncoonghe on Multiple Subgrids</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p4849</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-subgrids#p4849</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Is there a way to create multiple grid as subgrid ? if so how can it be achieved ?</p>
</p>
<p>Regards</p>
<p>Nirmal</p>
]]></description>
        	        	<pubDate>Mon, 23 Feb 2009 13:18:14 +0200</pubDate>
        </item>
</channel>
</rss>