<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,11 +1,11 @@
 ;(function ($) {
 /*
- * jqGrid  3.6 beta2 - jQuery Grid
+ * jqGrid  3.6 RC1 - jQuery Grid
  * Copyright (c) 2008, Tony Tomov, tony@trirand.com
  * Dual licensed under the MIT and GPL licenses
  * http://www.opensource.org/licenses/mit-license.php
  * http://www.gnu.org/licenses/gpl.html
- * Date: 2009-10-15
+ * Date: 2009-11-05
  */
 $.jgrid = $.jgrid || {};
 $.extend($.jgrid,{
@@ -1107,7 +1107,7 @@ $.fn.jqGrid = function( pin ) {
 			else { grid.width = ts.p.width}
 			ts.p.tblwidth = initwidth;
 			if(ts.p.shrinkToFit ===false &amp;&amp; ts.p.forceFit === true) {ts.p.forceFit=false;}
-			if(ts.p.shrinkToFit===true) {
+			if(ts.p.shrinkToFit===true &amp;&amp; vc &gt; 0) {
 				aw = grid.width-brd*vc-gw;
 				if(isNaN(ts.p.height)) {
 				} else {
@@ -1985,7 +1985,7 @@ $.jgrid.extend({
 				shrink=$t.p.shrinkToFit;
 			}
 			if(isNaN(nwidth)) {return;}
-			else { nwidth = Math.ceil(nwidth); $t.grid.width = $t.p.width = nwidth;}
+			else { nwidth = parseInt(nwidth); $t.grid.width = $t.p.width = nwidth;}
 			$(&quot;#gbox_&quot;+$t.p.id).css(&quot;width&quot;,nwidth+&quot;px&quot;);
 			$(&quot;#gview_&quot;+$t.p.id).css(&quot;width&quot;,nwidth+&quot;px&quot;);
 			$($t.grid.bDiv).css(&quot;width&quot;,nwidth+&quot;px&quot;);
@@ -2010,6 +2010,7 @@ $.jgrid.extend({
 						}
 					}
 				});
+				if(vc  == 0) return; 
 				$t.p.tblwidth = initwidth;
 				aw = nwidth-brd*vc-gw;
 				if(!isNaN($t.p.height)) {</diff>
      <filename>js/grid.base.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b8add25a678f068a53499e061b19d0e41adff44</id>
    </parent>
  </parents>
  <author>
    <name>tomovtony</name>
    <email>tony@trirand.com</email>
  </author>
  <url>http://github.com/andrewwatts/jqGrid/commit/e3a72fda50944088d14ae4af30769238a6ad8da8</url>
  <id>e3a72fda50944088d14ae4af30769238a6ad8da8</id>
  <committed-date>2009-11-05T06:24:40-08:00</committed-date>
  <authored-date>2009-11-05T06:24:40-08:00</authored-date>
  <message>Fix for fixed columns - alse we check if all columns are fixed. &quot;Pushing&quot; (I can not push to the git) the release candidate</message>
  <tree>932614d5bc0acd55c443d407906d4832e328982e</tree>
  <committer>
    <name>tomovtony</name>
    <email>tony@trirand.com</email>
  </committer>
</commit>
