<?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: Resizing Grid issue</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue</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/resizing-grid-issue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Resizing Grid issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue#p12485</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue#p12485</guid>
        	        	<description><![CDATA[<p>@lucasbob,</p>
<p>Thanks, so we must add some other thing like top and bottom tolbar, footer row too. Let stay this as is. If someone want to do it so, they will use your code for particular grid.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Nov 2009 01:57:19 +0200</pubDate>
        </item>
        <item>
        	<title>bhogsett on Resizing Grid issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue#p12451</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue#p12451</guid>
        	        	<description><![CDATA[<p>The revised resize works for me.  But I am not sure what it is doing that the original resize did not do.</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 13:54:20 +0200</pubDate>
        </item>
        <item>
        	<title>lucasbob on Resizing Grid issue</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue#p12438</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-grid-issue#p12438</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>in order to have a better resizable grid (see New in version 3.6 -&#62; Resizing grid&#160; example in jqGrid Demos page ), we can replace:</p>
<p>jQuery("#resize").jqGrid(&#39;gridResize&#39;,{minWidth:350,maxWidth:800,minHeight:80,  maxHeight:350});</p>
<p>with:</p>
<p>jQuery("#resize").jqGrid(&#39;gridResize&#39;, {minWidth:350, maxWidth:1280, minHeight:400, maxHeight:1024,&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; resize: function(event, ui) {</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; var wjq = $(&#39;.ui-jqgrid-bdiv&#39;).width();</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#presize&#39;).width(wjq);&#160; //PAGER_ID<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;#gview_resize&#39;).width(wjq);&#160; // gview_GRID_ID<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; $(&#39;.ui-state-default.ui-jqgrid-hdiv&#39;).width(wjq); <br />&#160;&#160;&#160; &#160;&#160;&#160; }</p>
<p>});</p>
</p>
<p>This example code can be modified and included directly in jqGrid without difficulty, at least if it works for you...</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Wed, 25 Nov 2009 11:31:10 +0200</pubDate>
        </item>
</channel>
</rss>