<?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: Problem with 'autowidth'</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-autowidth-1</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/problem-with-autowidth-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aattssuu on Problem with 'autowidth'</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/problem-with-autowidth-1#p20359</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/problem-with-autowidth-1#p20359</guid>
        	        	<description><![CDATA[<p>&#39;autowidth:true&#39; setting is not working correctly when there are many columns.</p>
<p>The grid width will be wider than parent element.</p>
</p>
<p>(line 2013 - 2016 in grid.base.js)</p>
<blockquote>
<p>if(ts.p.autowidth===true) {</p>
<p>var pw = $(eg).innerWidth();</p>
<p>ts.p.width = pw &#62; 0?  pw: &#39;nw&#39;;</p>
<p>}</p>
</blockquote>
<p>It seems that the width of &#39;eg&#39; is widened by header columns before line 2013.</p>
</p>
<p>Thank you.</p>
<p><span style="color: #808080;">*Sorry for poor English.</span></p>
]]></description>
        	        	<pubDate>Tue, 19 Oct 2010 07:32:16 +0300</pubDate>
        </item>
</channel>
</rss>