<?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: wrong behavior after resizing grid and set grid height</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/wrong-behavior-after-resizing-grid-and-set-grid-height</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/wrong-behavior-after-resizing-grid-and-set-grid-height/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>amalia on wrong behavior after resizing grid and set grid height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/wrong-behavior-after-resizing-grid-and-set-grid-height#p21101</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/wrong-behavior-after-resizing-grid-and-set-grid-height#p21101</guid>
        	        	<description><![CDATA[<p>I have fixed this by resetting "gbox_grid" div height, after setting grid height with "<span style="white-space: pre;">setGridHeight</span>":</p>
<p>$(".ui-jqgrid").css({height: ($(".ui-jqgrid-view").height() + $(".ui-jqgrid-pager").height()) + "px"});</p>
</p>
<p>Regards,</p>
<p>Amalia</p>
]]></description>
        	        	<pubDate>Fri, 03 Dec 2010 10:51:04 +0200</pubDate>
        </item>
        <item>
        	<title>amalia on wrong behavior after resizing grid and set grid height</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/wrong-behavior-after-resizing-grid-and-set-grid-height#p21077</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/wrong-behavior-after-resizing-grid-and-set-grid-height#p21077</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I have a grid that can be resizable:</p>
<pre id="line38">$("#grid").jqGrid(&#39;gridResize&#39;, {minHeight:50});
</pre>
<pre id="line38">I am resizing it and afterwards I am selecting a row. At row selection the grid height is changed for instance as following:</pre>
<pre id="line38"></pre>
<pre id="line38">$("#grid").jqGrid("setGridHeight", "230"); </pre>
<pre id="line38">The grid height is changed but an EMPTY part remains in the button of the grid. More exactly, only the "ui-jqgrid-bdiv"&#160;</pre>
<pre id="line38">DIV height is changed to 230px, the parent "gbox_grid" DIV height remains as it was before (for instance 464px).</pre>
<pre id="line38">Any idea how to fix this issue?</pre>
<pre id="line38">Thank you,</pre>
<pre id="line38">Amalia</pre></p>
]]></description>
        	        	<pubDate>Thu, 02 Dec 2010 16:21:32 +0200</pubDate>
        </item>
</channel>
</rss>