<?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 4.4.1 - Change Columns width problems</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-4-4-1-change-columns-width-problems</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-4-4-1-change-columns-width-problems/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Ridge on jqGrid 4.4.1 - Change Columns width problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-4-4-1-change-columns-width-problems#p28875</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-4-4-1-change-columns-width-problems#p28875</guid>
        	        	<description><![CDATA[<p>I&#39;ve found a bug into grid.base.js, if you apply this fix grid resizing with different columns width will works.</p>
<p>Into setGridWidth I&#39;ve changed both lines:</p>
<p>cw = this.widthOrg;</p>
<p>width</p>
<p>cw = this.width;</p>
]]></description>
        	        	<pubDate>Fri, 24 May 2013 15:48:16 +0300</pubDate>
        </item>
        <item>
        	<title>Ridge on jqGrid 4.4.1 - Change Columns width problems</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-4-4-1-change-columns-width-problems#p27932</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-4-4-1-change-columns-width-problems#p27932</guid>
        	        	<description><![CDATA[<p>I&#39;m not able to change the columns width in the latest jqGrid version (4.4.1).</p>
<p>In the 3.8.2 version I used this code to change columns width (and it works well):</p>
<p>grid options: shrinkToFit = true;</p>
<p>I put the following code in the loadComplete section.</p>
<p>First of all I changed the columns width: $("#gridId").jqGrid(&#39;setColProp&#39;,"colname",{width:new_width});</p>
<p>and then I changed the grid width $("#gridId").jqGrid(&#39;setGridWidth&#39;, newGridWidth);</p>
<p>and the grid was properly rendered.</p>
<p>I already tried to use the 4.3.2 modified release:&#160;<a href="http://stackoverflow.com/questions/9593101/jqgrid-resize-grid-width-after-column-resized" target="_blank">JQGrid: Resize Grid Width After Column Resized</a><br />but with no success.</p>
<p>Any suggest?</p>
<p>Thank you</p>
]]></description>
        	        	<pubDate>Tue, 18 Dec 2012 18:03:19 +0200</pubDate>
        </item>
</channel>
</rss>