<?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: Disable sorting on Grouping View</title>
	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view</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/disable-sorting-on-grouping-view/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Lonewolf217 on Disable sorting on Grouping View</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30183</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30183</guid>
        	        	<description><![CDATA[<p>are you using a remote datasource like a php backend with SQL ?</p>
<p>If you are always going to be grouping in this fashion (i.e. it is not dynamic) then you can configure your grouping on the name column.&#160;</p>
<p>Normally if you do this, jqGrid will send the sidx parameter of the request to sort on the name column, which is what you dont want. &#160;The thing is though, you dont have to honor it. &#160;Override your sql query to force it to always group on the sequence number. &#160;When you are returning the data though, use the name column instead of the sequence number. &#160;Here is an example of this</p>
</p>
<p>pasting code here is terribly painful so i hijacked a jsFiddle</p>
<p><a href="http://jsfiddle.net/4N3rR/1/" rel="nofollow" target="_blank">http://jsfiddle.net/4N3rR/1/</a></p>
<p>note, the fiddle will NOT run, but you can copy/paste it into your own application to see the result. Here is a picture as well</p>
<p><a href="http://i42.photobucket.com/albums/e345/lonewolf217/Untitled-3.png"><img src="http://i42.photobucket.com/albums/e345/lonewolf217/Untitled-3.png" width="100"  class="sfimageleft spUserImage" alt="Demo" /><img src="http://www.trirand.com/blog/wp-content/sp-resources/forum-themes/default/images/sp_Mouse.png" class="sfimageleft sfmouseleft" alt="Image Enlarger" /></a></p>
]]></description>
        	        	<pubDate>Wed, 29 Jan 2014 13:53:54 +0200</pubDate>
        </item>
        <item>
        	<title>krishnakumarceg on Disable sorting on Grouping View</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30182</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30182</guid>
        	        	<description><![CDATA[<p>Not sub grouping let me give an example..</p>
</p>
<p>Sequence no&#160;<span style="white-space: pre;"> </span>Name</p>
<p><span style="white-space: pre;"> </span>1<span style="white-space: pre;"> </span>bbb</p>
<p><span style="white-space: pre;"> </span>1<span style="white-space: pre;"> </span>bbb</p>
<p><span style="white-space: pre;"> </span>1<span style="white-space: pre;"> </span>bbb</p>
<p><span style="white-space: pre;"> </span>2<span style="white-space: pre;"> </span>aaa</p>
<p><span style="white-space: pre;"> </span>2<span style="white-space: pre;"> </span>aaa</p>
<p><span style="white-space: pre;"> </span>2<span style="white-space: pre;"> </span>aaa</p>
<p>If I group by name --&#62; aaa will be coming first and it will display as aaa</p>
<p>if I group by seqno<span style="white-space: pre;"> </span>---&#62; bbb will be coming on first displaying 1</p>
<p>My requirement, I need to display bbb on first by grouping so I can group by sequence no.</p>
]]></description>
        	        	<pubDate>Wed, 29 Jan 2014 10:18:22 +0200</pubDate>
        </item>
        <item>
        	<title>Lonewolf217 on Disable sorting on Grouping View</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30174</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30174</guid>
        	        	<description><![CDATA[<p>in order to group by something it has to be sorted by that same index, otherwise your groups are going to be all messed up and out of order. &#160; Are you looking for nested groups in this case ? Primary grouping would be by sequence number and then within each of those groups you would group by name ? Or are you looking to group by sequence number and then order by name within each group ?</p>
]]></description>
        	        	<pubDate>Tue, 28 Jan 2014 14:59:04 +0200</pubDate>
        </item>
        <item>
        	<title>krishnakumarceg on Disable sorting on Grouping View</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30171</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30171</guid>
        	        	<description><![CDATA[<p>Our Scenario is , We are sorting the data on sequence no on server side, and grouping by name on front end,</p>
<p>as it take default sort on grouping, it is sorted based on the alphabetical order, which is not required in our case it should sort only the sequence number.</p>
</p>
<p>My alternative approach is, I can group by sequence number, but I need the name to be displayed on the group text.</p>
</p>
<p>Thanks ,</p>
]]></description>
        	        	<pubDate>Tue, 28 Jan 2014 08:17:44 +0200</pubDate>
        </item>
        <item>
        	<title>Lonewolf217 on Disable sorting on Grouping View</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30162</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30162</guid>
        	        	<description><![CDATA[<p>is grouping optional in your grid ?</p>
<p>or are you always wanting to disable sorting.&#160;</p>
<p>If you are grouping on one column, why would you want to display a different column name in the group text. &#160;Are you trying to display the column name or the column value ?</p>
]]></description>
        	        	<pubDate>Mon, 27 Jan 2014 13:52:53 +0200</pubDate>
        </item>
        <item>
        	<title>krishnakumarceg on Disable sorting on Grouping View</title>
        	<link>http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30157</link>
        	<category>Feature Request</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/feature-request/disable-sorting-on-grouping-view#p30157</guid>
        	        	<description><![CDATA[<p>Immediate requirement,</p>
<p>Need to Disable sorting on Grouping view,</p>
<p>Else Display the Different column name on GroupText&#160;</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Sat, 25 Jan 2014 17:05:36 +0200</pubDate>
        </item>
</channel>
</rss>