<?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: Multiple Column Sorting</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting</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/multiple-column-sorting/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Rat on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p26168</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p26168</guid>
        	        	<description><![CDATA[<p>...see my working mutli-column sorting(ordering) code <a href="/blog/?page_id=393/discussion/multi-column-sorting-ordering/" target="_blank">here</a>.</p>
]]></description>
        	        	<pubDate>Mon, 19 Mar 2012 02:28:01 +0200</pubDate>
        </item>
        <item>
        	<title>BerndNaverisk on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p20076</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p20076</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>This is a really basic and crucial feature which will render every grid useless in modern applications if its missing.</p>
<p>Is there a way now (3.8), to have multiple column sorting? Even a workaround will be ok, I am providing the data from a call to my WebService which takes care of sorting paging and filtering, but I need the parameters from the grid.</p>
<p>Cheers</p>
<p>Bernd</p>
]]></description>
        	        	<pubDate>Wed, 29 Sep 2010 23:32:05 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16588</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16588</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for the link.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 21 Apr 2010 20:39:30 +0300</pubDate>
        </item>
        <item>
        	<title>jacobmarble on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16489</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16489</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>I do not promiese, but will make a initial work.</p>
<p>Another thing that we must do is manipulating the sortings icons on the grid correct.</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>The sorting icons shouldn&#39;t change if you implement a stable sort. &#160;This link describes what the user might see if the jqGrid "multi-column sort" were enabled:</p>
<p><a href="http://en.wikipedia.org/wiki/Help:Sorting#Secondary_key" rel="nofollow" target="_blank"><a href="http://en.wikipedia.org/wiki/H" rel="nofollow">http://en.wikipedia.org/wiki/H</a>.....ondary_key</a></p>
<p>Of course, with a database backend you can&#39;t really sort stably, but we could call it a "virtual" stable sort, keeping track of the order and asc/desc of each column in the sort.</p>
]]></description>
        	        	<pubDate>Sat, 17 Apr 2010 01:24:42 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16462</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16462</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not promiese, but will make a initial work.</p>
<p>Another thing that we must do is manipulating the sortings icons on the grid correct.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 16 Apr 2010 16:52:06 +0300</pubDate>
        </item>
        <item>
        	<title>jacobmarble on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16444</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16444</guid>
        	        	<description><![CDATA[<p>I really need this feature. &#160;From the user perspective, it&#39;s annoying when you sort by column A, then by column B, and column A isn&#39;t sorted any more. &#160;What ddotsenko said makes sense. &#160;I like to think of simulating a stable sorting algorithm. &#160;Most users anticipate a stable sort when they sort column A, then column B.</p>
<p>This seems like an obviously important feature to me.</p>
]]></description>
        	        	<pubDate>Fri, 16 Apr 2010 01:34:55 +0300</pubDate>
        </item>
        <item>
        	<title>ddotsenko on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16392</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p16392</guid>
        	        	<description><![CDATA[<p>I was thinking about implementing the feature.&#160;</p>
<p>There are two major items to be addressed here:</p>
<p>1. The way sorting rules are integrated into postdata only allows one set of sorting rules to be communicated to the server.</p>
<p>Perhaps the most sensible approach to this is copy how filter rules for multipleSearch are merged into postdata:</p>
<p>&#160;postdata = {</p>
<p>...</p>
<p>sortingrules = [{rule1},{rule2},{rule3}]</p>
<p>...</p>
<p>}</p>
</p>
<p>2. The method for choosing the sorting column order could be very simple:</p>
<p>&#160;- MultiSelect plug in allows to "include / exclude / order" items from a list. Set up a button on the toolbar that calls The behavior could be very similar to how this MultiSelect widget is called now for column ordering / hiding.</p>
</p>
<p>I completely bypassed the need for multiple sort order rules, however, by keeping the last order of data in data source. Every time I click on "sort column" it sorts against the order from the last sort and keeps subgroup order from prior sorts intact.</p>
]]></description>
        	        	<pubDate>Wed, 14 Apr 2010 01:52:58 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p13034</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p13034</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>There is no plan for this feature, but we consider a possibilty to define custom sort function where you can do define this behaviour.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 15 Dec 2009 18:27:00 +0200</pubDate>
        </item>
        <item>
        	<title>TriLLi on Multiple Column Sorting</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p12995</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/multiple-column-sorting#p12995</guid>
        	        	<description><![CDATA[<p>Hi I am interested in Multiple column sorting (e.g. Sort By Name and Age), so Peoples with same name will be ordered by Age...</p>
</p>
<p>Do you have this in plan and if you do when ?</p>
</p>
<p>Thanks in advance.</p>
]]></description>
        	        	<pubDate>Mon, 14 Dec 2009 15:09:37 +0200</pubDate>
        </item>
</channel>
</rss>