<?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: 3.6.2 - Row datas don't fit to column width</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width</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/3-6-2-row-datas-dont-fit-to-column-width/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on 3.6.2 - Row datas don't fit to column width</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14364</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14364</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>For me especially is little dificult to understand your problem. Could you please provide a link to the problem?</p>
<p>Thanks</p>
<p>Best regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 28 Jan 2010 17:52:27 +0200</pubDate>
        </item>
        <item>
        	<title>JiheL on 3.6.2 - Row datas don't fit to column width</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14314</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14314</guid>
        	        	<description><![CDATA[<p>Many thanks time.com for your reply</p>
</p>
<p>As I am developping software for SaaS mode, I hope there is a workaround for this trouble because I cannot expect that my future customers will use only Firefox.</p>
<p>Thanks again for your help</p>
</p>
<p>Cheers</p>
<p>JiheL</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 16:08:59 +0200</pubDate>
        </item>
        <item>
        	<title>time.com on 3.6.2 - Row datas don't fit to column width</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14313</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14313</guid>
        	        	<description><![CDATA[<p>I came across this problem.</p>
<p>After tests, I found that if the data rows are not adequate to fill the whole table, then the head columns will mismatch with data columns.</p>
</p>
<p>But this will never happen if you change your explorer to Firefox.</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 15:49:20 +0200</pubDate>
        </item>
        <item>
        	<title>JiheL on 3.6.2 - Row datas don't fit to column width</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14307</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/3-6-2-row-datas-dont-fit-to-column-width#p14307</guid>
        	        	<description><![CDATA[<p>Hi all</p>
<p>As I have updated to JqGrid 3.6.2, I think where is a bug in row data fitting to column width. (I hope I&#39;m wrong !)</p>
<p>As I have tried, when height is not specified, all datas fit to column width (with or not grid width specified)</p>
<p>When height is specified with a number which is smaller than necessary for displaying all rows, row datas fit to colunm with.</p>
<p>But when height is auto, or 100%, or with a number greater than necessary for displaying all rows, row datas don&#39;t fit to column width.</p>
<p>And when I launch any action (sort, refresh...) row datas fit to column width.</p>
<p>That did&#39;nt exist in 3.6.1.</p>
<p>Here is my code : (be quiet about url, it&#39;s for Jelix framework and it runs fine...)</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5394' value='Select Code' data-codeid='sfcode5394' /></p>
<div class='sfcode' id='sfcode5394'>&#160;&#160;&#160; jQuery(&#34;#list&#34;).jqGrid({ <br />&#160;&#160;&#160;&#160;&#160; url:{/literal}{urljsstring &#39;ach~default:json_clt&#39;, array(), array()}{literal},<br />&#160;&#160;&#160;&#160;&#160; datatype: &#34;json&#34;, <br />&#160;&#160;&#160;&#160;&#160; colNames:[&#39;A&#39;,&#39;B&#39;,&#39;C&#39;], <br />&#160;&#160;&#160;&#160;&#160; colModel:[&#160; {name:&#39;a&#39;,index:&#39;a&#39;, width:100, align:&#34;left&#34;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;b&#39;,index:&#39;b&#39;, width:100, align:&#34;center&#34;},<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;c&#39;,index:&#39;c&#39;, width:100, align:&#34;right&#34;} ], <br />&#160;&#160;&#160;&#160;&#160; rowNum:20, <br />&#160;&#160;&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;&#160; hidegrid:false,<br />&#160;&#160;&#160;&#160;&#160; autowidth:false,<br />&#160;&#160;&#160;&#160;&#160; forceFit: false,<br />&#160;&#160;&#160;&#160;&#160; loadtext: &#34;Chargement en cours...&#34;,<br />&#160;&#160;&#160;&#160;&#160; loadui:&#39;block&#39;,<br />&#160;&#160;&#160;&#160;&#160; mtype: &#39;POST&#39;,<br />&#160;&#160;&#160;&#160;&#160; height: 498,<br />&#160;&#160;&#160;&#160;&#160; width:942, <br />&#160;&#160;&#160;&#160;&#160; sortname: &#39;a&#39;,<br />&#160;&#160;&#160;&#160;&#160; sortorder: &#34;asc&#34;,&#160; <br />&#160;&#160;&#160;&#160;&#160; viewrecords: true, <br />&#160;&#160;&#160;&#160;&#160; sortable:false,<br />&#160;&#160;&#160;&#160;&#160; altRows:true, <br />&#160;&#160;&#160;&#160;&#160; caption:&#34;Liste des CLIENTS&#34; <br />&#160;&#160;&#160; }); <br />&#160;&#160;&#160; jQuery(&#34;#list&#34;).jqGrid(&#39;navGrid&#39;,&#39;#pager&#39;,{edit:false,add:false,del:false,search:true});</div>
<p>I hope you understand well that I mean, my english is poor !</p>
<p>Many thanks for your kind help.</p>
<p>Cheers</p>
<p>Jihel</p>
]]></description>
        	        	<pubDate>Wed, 27 Jan 2010 12:30:43 +0200</pubDate>
        </item>
</channel>
</rss>