<?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: Multiselect and column ordering</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiselect-and-column-ordering</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/feature-request/multiselect-and-column-ordering/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Multiselect and column ordering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiselect-and-column-ordering#p4769</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiselect-and-column-ordering#p4769</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Will be in next release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 20 Feb 2009 02:10:49 +0200</pubDate>
        </item>
        <item>
        	<title>zupert on Multiselect and column ordering</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiselect-and-column-ordering#p4582</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiselect-and-column-ordering#p4582</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>In my project I needed to keep the rows selected when clicking a column for ordering the rows.</p>
<p>Here are the modifications I made to the grid.base.js in order to add this feature without modifying the current behaviour.</p>
<p>line 61:</p>
<pre><code>unselectOnSort: true,</code></pre>
<p>line 984 :</p>
<pre><code>if(ts.p.multiselect &#38;&#38; ts.p.unselectOnSort) {</code></pre>
<p>Then one just needs to add in the tables options :</p>
<pre><code>unselectOnSort: false,</code></pre>
<p>Hope you will include it in your next release and / or it will save someone&#39;s time.</p>
<p>Greetings</p>
]]></description>
        	        	<pubDate>Thu, 12 Feb 2009 06:16:27 +0200</pubDate>
        </item>
</channel>
</rss>