<?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: jqGrid Resizing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing</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/jqgrid-resizing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on jqGrid Resizing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing#p17416</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing#p17416</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you very much for this. Yes there is such event - called onHeaderClick - I will do some tests on this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 24 May 2010 18:08:38 +0300</pubDate>
        </item>
        <item>
        	<title>squid on jqGrid Resizing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing#p17338</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing#p17338</guid>
        	        	<description><![CDATA[<p>I fixed this by adding the following code to the resize registration in my code:</p>
<pre>        //
        // Make the grid resizable.
        //
        $("#treegrid2").jqGrid(&#39;gridResize&#39;,{minWidth:350,minHeight:150,
          stop: function (grid, ev, ui) {
            $(grid.srcElement).parent ().css ("height", null);
          }
        });
</pre>
]]></description>
        	        	<pubDate>Thu, 20 May 2010 16:43:44 +0300</pubDate>
        </item>
        <item>
        	<title>squid on jqGrid Resizing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing#p17334</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-resizing#p17334</guid>
        	        	<description><![CDATA[<p>I noticed an issue with resizing the grid (I realize this is a very new, and experimental, feature). &#160;If you resize the grid and then minimize the grid, a thin border is left on the screen. &#160;This does not happen UNTIL you resize the grid. &#160;Using firebug I was able to determine that it seems to be because the css:height is set on the "gbox_" div after a resize. &#160;If I remove that attribute, it works fine (until the next resize). &#160;Short of me making changes to the jqGrid source to fix it I was wondering if there was any event I could capture to do this myself until a fix was available (assuming this is indeed a bug and not a feature).</p>
</p>
<p>Thanks in advance.</p>
]]></description>
        	        	<pubDate>Thu, 20 May 2010 16:02:44 +0300</pubDate>
        </item>
</channel>
</rss>