<?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: Grouping and Sorting together in jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grouping-and-sorting-together-in-jqgrid</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/help/grouping-and-sorting-together-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Uthaman on Grouping and Sorting together in jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grouping-and-sorting-together-in-jqgrid#p30028</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grouping-and-sorting-together-in-jqgrid#p30028</guid>
        	        	<description><![CDATA[<p>Hello, my grid doesn&#39;t work when I am attempting to sort the column on grouped data, it produces duplicate groups. I am using jgGrid 4.5.2 and jQuery 1.10.2. We have upgraded jQuery from 1.7.1 to 1.10.2 and jqGrid to 4.5.2 from 4.4.0</p>
</p>
<p>Below is the code from the group change method:</p>
</p>
<p>grid.jqGrid(&#39;setGridParam&#39;, { grouping: true, groupingView: {groupField: [groupByText],</p>
<p>formatDisplayField: [ function (displayValue) { &#160;{</p>
<p>return String(displayValue).toLowerCase(); }],</p>
<p>isInTheSameGroup: [ function (x, y) {return String(x).toLowerCase() === String(y).toLowerCase(); } ] } })</p>
</p>
<p>It created the Groupings based on the value selected from the drop down (dynamicaly changing the group) but after that when I tried to sort on grouped data, it created the multiple groups, the listings on the grid actually sorted by the sort field though.</p>
</p>
<p>Can some one please help me resove the issue?</p></p>
]]></description>
        	        	<pubDate>Tue, 24 Dec 2013 20:54:34 +0200</pubDate>
        </item>
</channel>
</rss>