<?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 expand's subgrid buttons</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons</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-expands-subgrid-buttons/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Luigino on Multiple expand's subgrid buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons#p26161</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons#p26161</guid>
        	        	<description><![CDATA[<p>About navGrid I solved it by myself....just forgot to put pager:"#pager" in grid&#39;s options....</p>
<p>But still I&#39;d like to append next nested subgrids AFTER the first subgrid inside main grid because actually it would be appended between the row and the navgrid... any suggest would be appreciated...</p>
</p>
<p>thanks again to all</p>
<p>Ciao,</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Fri, 16 Mar 2012 10:32:50 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Multiple expand's subgrid buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons#p26155</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons#p26155</guid>
        	        	<description><![CDATA[<p>Hello tony and everyone....</p>
</p>
<p>about my previous question I solved by myself just creating two empty columns in the colmodel so I could put in the cell:</p>
</p>
<p>jQuery("#mysubgrid").jqGrid(&#39;setCell&#39;, 1, &#39;Action_Yes&#39;, fnExpand);</p>
</p>
<p>Just now I figured when I expand the row of main grid showing the subgrid, it doesn&#39;t show the navGrid toolbar of the subgrid even if I put this:</p>
</p>
<p>jQuery("#mygrid").html("&#60;div&#62;&#60;table id=&#39;mysubgrid&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;mypagerid&#39;&#62;dasdasdsad&#60;/div&#62;&#60;/div&#62;");</p>
</p>
<p>and plus, since I am creating nested grids, then in the onClick&#39;s function of the button I append a new grid like:</p>
</p>
<p>jQuery("#mysubgrid").append("&#60;div&#62;&#60;table id=&#39;#mysubgrid"+progressive+"&#39; class=&#39;scroll&#39;&#62;&#60;/table&#62;&#60;div id=&#39;#mypager"+progressive+"&#39;&#62;test&#60;/div&#62;&#60;/div&#62;");</p>
<p>inspecting the element with FF I see the div with "test" but it doesn&#39;t draw the navGrid...</p>
<p>On the other hand, if first I explode the subgrid, then next subgrids would be appended BETWEEN main subgrid&#39;s row and the navGrid of main subgrid instead to be appended AFTER the main subgrid.</p>
</p>
<p>Any direction/trick would be appreciate.</p>
<p>Thanks</p>
<p>Ciao,</p>
<p>Luigi</p>
]]></description>
        	        	<pubDate>Thu, 15 Mar 2012 19:09:03 +0200</pubDate>
        </item>
        <item>
        	<title>Luigino on Multiple expand's subgrid buttons</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons#p26115</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiple-expands-subgrid-buttons#p26115</guid>
        	        	<description><![CDATA[<p>Hello Tony and all,</p>
</p>
<p>I have a table like:</p>
</p>
<p>create table STEPS (</p>
<p>ID int(8) NOT NULL PRIMARY KEY,</p>
<p>DESCRIPTION varchar(255) NOT NULL,</p>
<p>REF_ID_YES int(8)</p>
<p>REF_ID_NO int(8)</p>
<p>)</p>
</p>
<p>so since those REF_ID_YES and REF_ID_NO would connect to another step.</p>
<p>I saw in the documentation there are no options for colmodel to obtain a custom expand button so I could associate that button to each new subgrid since I saw there are two methods: subGridRowExpanded and subGridRowCollapsed which would show just an expand button at begin of the row.</p>
<p>So is it possible to add in each jqGrid&#39;s row multiple expand buttons so if I want to add/view another step it can be connected to those ref_id_yes or ref_id_no?... Like having two subgrids in the same level...</p>
<p>I am pretty sure that would be really useful also for who wants to manage nested informations like a tree..</p>
</p>
<p>Thanks a lot in advance for your availability,</p>
<p>Ciao</p>
<p>Luigi</p></p>
]]></description>
        	        	<pubDate>Mon, 12 Mar 2012 12:59:51 +0200</pubDate>
        </item>
</channel>
</rss>