<?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: Fixed size columns</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns</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/feature-request/fixed-size-columns/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>McCulloch on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p21626</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p21626</guid>
        	        	<description><![CDATA[<p>That is just what I needed. Thanks!</p>
]]></description>
        	        	<pubDate>Tue, 11 Jan 2011 20:08:55 +0200</pubDate>
        </item>
        <item>
        	<title>friflaj on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11778</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11778</guid>
        	        	<description><![CDATA[<p>Excellent! Thanks!</p>
]]></description>
        	        	<pubDate>Wed, 11 Nov 2009 03:15:09 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11776</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11776</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Also as described this option is used when you try to resize the grid with setGridWidth, in order to do what you want you need another option - set resizable to false in colModel of that column</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Nov 2009 03:01:30 +0200</pubDate>
        </item>
        <item>
        	<title>friflaj on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11759</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11759</guid>
        	        	<description><![CDATA[<p>I do this by just sticking "fixed:true" in the colmodel for this column, right? I have the colmodel below, but the rank column still allows resizing. Clues appreciated. I&#39;m on 3.6:</p>
</p>
<p>&#160;&#160; &#160; &#160; &#160;colNames: ["id","Rank", "ID", "Name", "State", "Size/Hours", "To do", "Owner", "Failures" ],</p>
<p>&#160;&#160; &#160; &#160; &#160;colModel:[</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;id&#39;,index:&#39;id&#39;, width:1,hidden:true,key:true},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;rank&#39;,index:&#39;rank&#39;, width:40, fixed:true},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;itid&#39;,index:&#39;itid&#39;},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;name&#39;,index:&#39;name&#39;},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;state&#39;,index:&#39;state&#39;},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;size&#39;,index:&#39;size&#39;},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;remaining&#39;,index:&#39;remaining&#39;},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;owner&#39;,index:&#39;owner&#39;},</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;{name:&#39;failures&#39;,index:&#39;failures&#39;}</p>
<p>&#160;&#160; &#160; &#160; &#160; &#160; &#160;],</p>
<div></div>
]]></description>
        	        	<pubDate>Tue, 10 Nov 2009 16:40:11 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11548</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11548</guid>
        	        	<description><![CDATA[<p>Hello lotjuh,</p>
<p>Thanks. Fixed in 3.6RC</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 05 Nov 2009 09:31:59 +0200</pubDate>
        </item>
        <item>
        	<title>lotjuh on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11534</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11534</guid>
        	        	<description><![CDATA[<p>There&#39;s a little bug with the new &#39;fixed&#39; option.</p>
<p>If all the columns have the &#39;fixed&#39; option set, the grid won&#39;t load anymore. Just thought you&#39;d like to know (-;</p>
]]></description>
        	        	<pubDate>Thu, 05 Nov 2009 07:52:03 +0200</pubDate>
        </item>
        <item>
        	<title>pbor on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11238</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11238</guid>
        	        	<description><![CDATA[<p>Awesome!</p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 09:38:24 +0200</pubDate>
        </item>
        <item>
        	<title>lotjuh on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11232</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11232</guid>
        	        	<description><![CDATA[<p>thanks a lot!</p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 04:43:45 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11220</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11220</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just now I have added this feature. Now we have a new property in colmodel - fixed. If set to true it do what you want.</p>
<p>The code is in GitHub 3.6 branch</p>
<p>Enjoy.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Thu, 29 Oct 2009 03:03:41 +0200</pubDate>
        </item>
        <item>
        	<title>lotjuh on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11193</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11193</guid>
        	        	<description><![CDATA[<p>I&#39;m in need of the same feature. It&#39;s nice that the grid has an option to force the grid to de with of it&#39;s parent, but columns with the &#39;width&#39; parameter given should be ignored when adjusting the column widths to accomplish this.</p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 13:42:11 +0200</pubDate>
        </item>
        <item>
        	<title>pbor on Fixed size columns</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11189</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/fixed-size-columns#p11189</guid>
        	        	<description><![CDATA[<p>it would be great to be able to mark some of the columns of the colmodel as &#39;fixed size&#39;, so that even when changing the size of the whole grid, the width of such columns is not scaled.</p>
<p>As far as I can see right now only some "special" columns behave like this (e.g. the column containing checkboxes when multiselect is enabled) while when increasing the width the width of all the columns is increased proportionally.</p>
<p>The use case is that sometimes you have columns that should not grow, for instance a table with two columns:</p>
<p>&#160;- one containing an ID of 5 digits should never bec</p>
<p>&#160;- one containing a description</p>
<p>When setting the size of the table only the description column should grow.</p></p>
]]></description>
        	        	<pubDate>Wed, 28 Oct 2009 11:16:11 +0200</pubDate>
        </item>
</channel>
</rss>