<?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: setting column to take up all remaining available space.</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/setting-column-to-take-up-all-remaining-available-space</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/setting-column-to-take-up-all-remaining-available-space/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>boson on setting column to take up all remaining available space.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setting-column-to-take-up-all-remaining-available-space#p24991</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setting-column-to-take-up-all-remaining-available-space#p24991</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>If you want the grid to resize when you resize the browser window, you can do something like this:</p>
</p>
<p>$(window).bind(&#39;resize&#39;, function() {<br />&#160; var grid_container_width = $(&#39;#your_grid&#39;).width();<br />&#160; var window_width = $(window).width() -80;<br />&#160; var resize_width = window_width &#60; grid_container_width ? window_width : grid_container_width;<br />&#160; $(&#39;#your_grid&#39;).setGridWidth(resize_width);<br />&#160;}).trigger(&#39;resize&#39;);</p>
<p>Boson</p></p>
]]></description>
        	        	<pubDate>Wed, 26 Oct 2011 04:33:18 +0300</pubDate>
        </item>
        <item>
        	<title>wakewatcher on setting column to take up all remaining available space.</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/setting-column-to-take-up-all-remaining-available-space#p24896</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/setting-column-to-take-up-all-remaining-available-space#p24896</guid>
        	        	<description><![CDATA[<p>I&#39;m just a few days into playing with jquery and jgrid.&#160; I&#39;m trying to make an automatically resized grid in the vein of <a href="http://stevenharman.net/code/demos/jquery.jqgrid.fluid/sample/index.html" target="_blank">THIS</a>.&#160; What I want to do is add a general "Notes" column which takes up all available space left in the rows, i.e., expand or contract as needed to fill the width of the page.&#160; I&#39;m guessing that I need to use the "cellattr" event but I can&#39;t find documentation to that effect.&#160; Any pointers greatly appreciated.</p>
]]></description>
        	        	<pubDate>Fri, 14 Oct 2011 08:45:26 +0300</pubDate>
        </item>
</channel>
</rss>