<?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: Invalid column widths since 3.5</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/invalid-column-widths-since-35</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/invalid-column-widths-since-35/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Invalid column widths since 3.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/invalid-column-widths-since-35#p8854</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/invalid-column-widths-since-35#p8854</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It seems that you do not have installed correct the CSS files.</p>
<p>I stongly recommend you to remove all old css files from 3.4.x version and use the new one.</p>
<p>More information you can find here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.4.x_to_3.5" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....4.x_to_3.5</a></p>
<p>or here</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....to_install</a></p>
<p>Regards</p>
<p>P.S.</p>
<p>The example works fine in my demo site.</p>
]]></description>
        	        	<pubDate>Fri, 21 Aug 2009 01:45:30 +0300</pubDate>
        </item>
        <item>
        	<title>Joost on Invalid column widths since 3.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/invalid-column-widths-since-35#p8838</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/invalid-column-widths-since-35#p8838</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
</p>
<p>Since version 3.5 I have some problems with the widths of columns. By default the columns are as wide as the strings in the row. Thus the width of the column differs each row. When I resize one of the columns the problem disappears. Exactly the same script and html did work with 3.4. Can anyone help me to prevent this, or is this a bug?</p>
<p>The js-script i used is shown below, and the result can be seen <a title="Screenshot of invalid grid" href="http://menora.cnoc.nl/extern/jquery/jquery_invalid_colwidths.png" target="_blank">here</a>.</p>
<blockquote>
<p>jQuery(document).ready(function(){ <br />var lastsel;<br />jQuery(&#8221;#jQueryGrid1&#8243;).jqGrid({<br /> colModel :[<br /> { <br /> sortable:false,<br /> name:&#39;jQueryGrid1Colum2&#39;  }<br /> ],<br /> rowNum:&#39;20&#39;,<br /> datatype:&#39;local&#39;,<br /> caption: &#39;jQueryGrid1&#39;<br />});<br />var jQueryGrid1Data=[<br /> {id:"0",jQueryGrid1Colum2:"test1"},<br /> {id:"1",jQueryGrid1Colum2:"test 2"}<br />];<br />for(var i=0;i&#60;=jQueryGrid1Data.length;i++)<br /> jQuery(&#39;#jQueryGrid1&#39;).addRowData((jQueryGrid1Data[i]&#124;&#124;{id:i++})[&#39;id&#39;],jQueryGrid1Data[i]);<br />$(window).unload( function () { jQuery(&#39;#jQueryGrid1&#39;).saveRow(lastsel); } );<br />});</p>
</blockquote>
]]></description>
        	        	<pubDate>Thu, 20 Aug 2009 05:17:46 +0300</pubDate>
        </item>
</channel>
</rss>