<?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: Sort by clicking on column header does not work</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-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/sort-by-clicking-on-column-header-does-not-work/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>gseroul on Sort by clicking on column header does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-work#p23901</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-work#p23901</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks a lot for your quick answer. I have modified my column def like this :</p>
<p>{name:&#39;login&#39;, index:&#39;login&#39;, width:100, sorttype:&#39;text&#39;, editable:true, editrules:{required:true}},&#160;	 &#160; &#160; &#160; &#160; &#160;&#160;<br /> {name:&#39;group&#39;, index:&#39;group&#39;, width:150, sorttype:&#39;text&#39;},&#160;<br /> {name:&#39;institute&#39;, index:&#39;institute&#39;, width:150, sorttype:&#39;text&#39;},&#160;</p>
</p>
<p>and it works like a charm....</p>
<p>Thanks again for your wonderful work on this amazing lib</p>
</p>
<p>Gael</p>
]]></description>
        	        	<pubDate>Wed, 06 Jul 2011 17:33:29 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Sort by clicking on column header does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-work#p23879</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-work#p23879</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please see these fixes:</p>
<p><a href="https://github.com/tonytomov/jqGrid/commit/57b758590f2fdb205345635fdef1c7de040fc5d7" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/commit/57b758590f2fdb205345635fdef1c7de040fc5d7</a></p>
<p><a href="https://github.com/tonytomov/jqGrid/commit/1b4b0ade61cd4943ad4f4485a1c4204a4995acd9" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/commit/1b4b0ade61cd4943ad4f4485a1c4204a4995acd9</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 05 Jul 2011 18:45:42 +0300</pubDate>
        </item>
        <item>
        	<title>gseroul on Sort by clicking on column header does not work</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-work#p23878</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/sort-by-clicking-on-column-header-does-not-work#p23878</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I have just upgrade from jQgrid 3.8.2 to 4.1.1</p>
<p>I have lots of grid in my web site. Before clicking on a column it was sending an ajax request to the server with different parameter set :</p>
<p>&#160;&#39;sord&#39; // get the direction&#160;&#160; &#160; &#160; &#160;</p>
<p>&#39;sidx&#39; // get index row - i.e. user click to sort&#160;&#160; &#160; &#160; &#160;</p>
<p>&#39;rows&#39; // get how many rows we want to have into the grid&#160;</p>
<p>&#39;page&#39; // get the requested page&#160;</p>
<p>For param sidx in previous version I have the column name =&#62; for my column &#39;login&#39; I have &#160;sidx = login in http request.</p>
<p>Now with the new version I have sidx = list_login &#160; =&#62; &#160;all my column names have this &#39;list_&#39; string before. &#160;Of course to work it need a refactory of all my code.</p>
<p>I wonder if I missed something because I was not able to find any reference in the changelog to this &#39;list_&#39; add to column name in case of clicking a column header.</p>
<p>If someone can tell me if I am doing something wrong or if I have to change all my code everywhere &#160;;-(</p>
</p>
<p>Here is an example of one grid :</p>
<p>&#160; &#160; &#160; &#160; {name:&#39;login&#39;, width:100, sorttype:&#39;text&#39;, editable:true, editrules:{required:true}},&#160;		 &#160; &#160; &#160; &#160; &#160; <br /><span style="white-space:pre"> </span>{name:&#39;group&#39;, width:150, sorttype:&#39;text&#39;},&#160;<br /><span style="white-space:pre"> </span>{name:&#39;institute&#39;, width:150, sorttype:&#39;text&#39;},&#160;</p>
<p>Clicking on column header now give this in the http request :</p>
<p>sidx = list_login<br />or &#160;sidx = list_group<br />or sidx = list_institute&#160;</p>
<p>Thanks</p>
<p>Gael</p>
]]></description>
        	        	<pubDate>Tue, 05 Jul 2011 18:20:55 +0300</pubDate>
        </item>
</channel>
</rss>