<?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: Expand only first grouping level of grid with multiple groupings</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings</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/expand-only-first-grouping-level-of-grid-with-multiple-groupings/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Expand only first grouping level of grid with multiple groupings</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings#p31256</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings#p31256</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for posting your solution.</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Tue, 21 Oct 2014 17:02:03 +0300</pubDate>
        </item>
        <item>
        	<title>vestyj on Expand only first grouping level of grid with multiple groupings</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings#p31213</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings#p31213</guid>
        	        	<description><![CDATA[<p>Here's what I came up with:</p>
<div class="sfcode">
<pre class="brush-javascript syntax">loadComplete: function () { 
  var $this = $(this), groupRows = $this.find('tr.jqgroup'); 
  for (var x = 0; x &#60; groupRows.length; x++) { 
    if (groupRows[x].id.indexOf("ghead_0_") &#62;= 0) { 
      $this.jqGrid('groupingToggle', groupRows[x].id); 
    } 
  } 
}</pre></div>]]></description>
        	        	<pubDate>Thu, 09 Oct 2014 17:00:27 +0300</pubDate>
        </item>
        <item>
        	<title>vestyj on Expand only first grouping level of grid with multiple groupings</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings#p31208</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/expand-only-first-grouping-level-of-grid-with-multiple-groupings#p31208</guid>
        	        	<description><![CDATA[<p>I have a grid with multiple groupFields. Â I set groupCollapse to true so grid displays with all rows collapsed initially. Â I would like to expand all first level groupings when the grid loads. Â So for example, in my grid with two grouping levels, I end up with row id's like:</p>
<ul>
<li><span style="background-color: inherit">ghead_0_0</span></li>
<li><span style="background-color: inherit">ghead_1_1</span></li>
<li><span style="background-color: inherit">ghead_0_2</span></li>
<li><span style="background-color: inherit">ghead_1_3</span></li>
<li><span style="background-color: inherit">ghead_1_4</span></li>
</ul>
<p>I want to expand ghead_0_0 and ghead_0_2 in this case (but all the ghead_1_* stay collapsed). Â I assume I need to add something to loadComplete, but not sure what to iterate, how to identify what to 'groupingToggle'. Â </p>
]]></description>
        	        	<pubDate>Wed, 08 Oct 2014 00:40:21 +0300</pubDate>
        </item>
</channel>
</rss>