<?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: Resizing columns after sorting does not always work</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work</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/resizing-columns-after-sorting-does-not-always-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>marinos on Resizing columns after sorting does not always work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work#p16896</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work#p16896</guid>
        	        	<description><![CDATA[<p>He Tony,</p>
<p>Thank you for looking into the issue.</p>
<p>The grid version is 3.6.4</p>
</p>
<p>Regards,</p>
<p>Bram</p>
]]></description>
        	        	<pubDate>Tue, 04 May 2010 12:07:28 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Resizing columns after sorting does not always work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work#p16877</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work#p16877</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Which is the grid version?</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 03 May 2010 21:29:15 +0300</pubDate>
        </item>
        <item>
        	<title>marinos on Resizing columns after sorting does not always work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work#p16871</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/resizing-columns-after-sorting-does-not-always-work#p16871</guid>
        	        	<description><![CDATA[<p>The sortable column functionality does not seem to work correctly. This is my case:</p>
<p>I have a grid with sortable columns. Then I drag the last column to the first position. Now it is not possible to resize the first column.</p>
<p>This is especially inconvenient when I define a resizable class: all columns are displayed as resizable, except the last column.</p>
<p>Is this a bug or is it caused by my grid configuration?</p>
<p>(test)Grid configuration:</p>
<p>$(document).ready(function () {</p>
<p>jQuery("#treegrid").jqGrid({</p>
<p>url:&#39;<a href="http://localhost:50086/Users/List&#038;#39" rel="nofollow" target="_blank"><a href="http://localhost:50086/Users/L" rel="nofollow">http://localhost:50086/Users/L</a>.....t&#038;#39</a>; + &#39;?page=1&#38;rows=100&#38;sidx=UserName&#38;sord=desc&#38;q=&#39;,</p>
<p>datatype: "json",</p>
<p>mtype: "GET",</p>
<p>colNames: ["Id", "UserName", "Name", "Email"],</p>
<p>colModel: [</p>
<p>{ name: &#39;id&#39;, index: &#39;id&#39;, width: 1, hidden: true, key: true },</p>
<p>{ name: &#39;UserName&#39;, index: &#39;name&#39;, width: 180 },</p>
<p>{ name: &#39;Name&#39;, index: &#39;acc_num&#39;, width: 80, align: "center" },</p>
<p>{ name: &#39;Email&#39;, index: &#39;debit&#39;, width: 80, align: "right" }</p>
<p>],</p>
<p>height: &#39;auto&#39;,</p>
<p>pager: "#ptreegrid",</p>
<p>ExpandColumn: &#39;name&#39;,</p>
</p>
<p>altclass: &#39;alternateRow&#39;, 	//The class that is used for alternate rows. You can construct your own class and replace this value. This option is valid only if altRows options is set to true</p>
<p>altRows: true, 		//Set a zebra-striped grid</p>
<p>resizeclass: "resizable", //Assigns a class to columns that are resizable so that we can show a resize handle only for ones that are resizable</p>
<p>multiselect: true, 	//If this flag is set to true a multi selection of rows is enabled. A new column at left side is added. Can be used with any datatype option.</p>
<p>scroll: false, 	//True scrolling on</p>
<p>rowNum: 100,</p>
<p>height: "auto",</p>
<p>autowidth: true, 	//The grid width is recalculated automatically to the width of the parent element.</p>
<p>forceFit: true, 	//The adjacent column (to the right) will resize so that the overall grid width is maintained</p>
<p>autoencode: true, 	//When set to true encodes (html encode) the incoming (from server) and posted data (from editing modules). By example &#60; will be converted to &#38;lt;</p>
<p>sortable: true, 	//When enabled this option allow column reordering with mouse.</p>
<p>hoverrows: false</p>
<p>});</p>
<p>});</p>
]]></description>
        	        	<pubDate>Mon, 03 May 2010 19:06:03 +0300</pubDate>
        </item>
</channel>
</rss>