<?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: Dynamic grouping with shrinkToFit columns bug</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/dynamic-grouping-with-shrinktofit-columns-bug</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/bugs/dynamic-grouping-with-shrinktofit-columns-bug/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>shredder on Dynamic grouping with shrinkToFit columns bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dynamic-grouping-with-shrinktofit-columns-bug#p21231</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dynamic-grouping-with-shrinktofit-columns-bug#p21231</guid>
        	        	<description><![CDATA[<p><a href="http://www.trirand.com/blog/?page_id=393/bugs/autowidthgrupping-bug/" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....pping-bug/</a></p>
]]></description>
        	        	<pubDate>Thu, 09 Dec 2010 16:43:57 +0200</pubDate>
        </item>
        <item>
        	<title>eliwillaert on Dynamic grouping with shrinkToFit columns bug</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/dynamic-grouping-with-shrinktofit-columns-bug#p20098</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/dynamic-grouping-with-shrinktofit-columns-bug#p20098</guid>
        	        	<description><![CDATA[<p>Setup: forceFit:true , autowidth: true</p>
<p>When doing:</p>
<p>$("#" + dataGrid).groupingGroupBy( groupColl ,{groupDataSorted : false, groupColumnShow: [false]});</p>
</p>
<p>The table shrinks a little bit. Afther a bit off debugging I stumbled on this code in grid.base.js:</p>
<p>if($t.p.shrinkToFit===true) {<br /> &#160;&#160;&#160;&#160;&#160; $($t).jqGrid("setGridWidth",$t.grid.width-0.001,true);<br /> }</p>
<p>When I remove the -0.001 the shrinking problem is fixed. There is probably a reason why this -0.0001 was added but I don&#39;t know why but it definitely produces a problem in some situations.</p>
<p>I had a second problem when doing</p>
<p>$("#" + dataGrid).groupingRemove( true);</p>
</p>
<p>with these settings. I&#160; had set to hide the grouping column when grouped but when you ungroup the column isn&#39;t shown again. I would expect the column to be visible again.</p>
<p>Great grid by the way</p>
]]></description>
        	        	<pubDate>Fri, 01 Oct 2010 11:58:37 +0300</pubDate>
        </item>
</channel>
</rss>