<?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 now working</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working</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/grouping-now-working/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>harryhobbes on Grouping now working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20451</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20451</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>Apologies, I meant to update this thread earlier. I updated to the latest dev version from GitHub and it&#39;s all working now. Regarding the error in the javascript, I think I removed a portion of my config for readability. Thanks for the reply and the great work with jqGrid.</p>
</p>
<p>Cheers,</p>
</p>
<p>Harry</p>
]]></description>
        	        	<pubDate>Mon, 25 Oct 2010 03:52:57 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grouping now working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20438</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20438</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I could not reproduce the problem. Just tested a grouping with xml amd using xml mapping.</p>
<p>Also please publish you xml data too in order to reproduce the problem.</p>
<p>Your code has a errro at end of the settings:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4029' value='Select Code' data-codeid='sfcode4029' /></p>
<div class='sfcode' id='sfcode4029'>
<p>...</p>
<p>"groupingView":{<br />"groupDataSorted":true,<br />"groupField":["KeyCriteria"]<br />}, &#160;<br />"xmlReader":{"repeatitems":false}, &#60;=====ERROR</p>
<p>});</p>
</div>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 23 Oct 2010 17:47:50 +0300</pubDate>
        </item>
        <item>
        	<title>harryhobbes on Grouping now working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20279</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20279</guid>
        	        	<description><![CDATA[<p>No suggestions?</p>
</p>
<p>And apologies for the typo in the title it should read "Grouping not working"</p>
]]></description>
        	        	<pubDate>Wed, 13 Oct 2010 01:37:27 +0300</pubDate>
        </item>
        <item>
        	<title>harryhobbes on Grouping now working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20198</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-now-working#p20198</guid>
        	        	<description><![CDATA[<p>Hi I&#39;ve got jqGrid which works flawlessly normally however when I turn on grouping I get no results at all.</p>
<p>My setup:</p>
<p>- I use the xmlmap param for columns in the colModel and XML remote data</p>
<p>- I use repeatitems: false</p>
<p>- I have the latest jQuery 1.4.2 and jqGrid 3.8</p>
</p>
<p>I get no error in FireBug and no output although when I look at the request I&#39;m getting XML as usual</p>
</p>
<p>My config is as follows:</p>
</p>
<pre id="line25"><p><input type='button' class='sfcodeselect' name='sfselectit1403' value='Select Code' data-codeid='sfcode1403' /></p><div class='sfcode' id='sfcode1403'>$(&#34;#jqgrid-container-SwqkdBwfXg&#34;).jqGrid(<br />{<br />&#160; &#34;url&#34;:&#34;/a-valid-url&#34;,<br />&#160; &#34;datatype&#34;:&#34;xml&#34;,<br />&#160; &#34;mtype&#34;:&#34;POST&#34;,<br />&#160; &#34;height&#34;:&#34;600&#34;,<br />&#160; &#34;caption&#34;:&#34;&#34;,<br />&#160; &#34;colNames&#34;:[&#34;KeyCriteria&#34;,&#34;Title&#34;,&#34;Description&#34;,&#34;Owner&#34;,&#34;Updated At&#34;,&#34;Created At&#34;,&#34;Actions&#34;],<br />&#160; &#34;colModel&#34;:<br />&#160; [<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160; &#34;name&#34;:&#34;KeyCriteria&#34;,<br />&#160;&#160;&#160;&#160;&#160; &#34;index&#34;:&#34;KeyCriteria&#34;,<br />&#160;&#160;&#160;&#160;&#160; &#34;xmlmap&#34;:&#34;keycriteria&#34;,<br />&#160;&#160;&#160;&#160;&#160; &#34;sortable&#34;:true,<br />&#160;&#160;&#160;&#160;&#160; &#34;hidden&#34;:false,<br />&#160;&#160;&#160;&#160;&#160; &#34;width&#34;:255,<br />&#160;&#160;&#160;&#160;&#160; &#34;title&#34;:true,<br />&#160;&#160;&#160;&#160;&#160; &#34;resizable&#34;:true<br />&#160;&#160;&#160; },<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160; &#34;name&#34;:&#34;title&#34;,<br />&#160;&#160;&#160;&#160;&#160; &#34;index&#34;:&#34;title&#34;,<br />&#160;&#160;&#160;&#160;&#160; &#34;xmlmap&#34;:&#34;title&#34;,<br />&#160;&#160;&#160;&#160;&#160; &#34;sortable&#34;:true,<br />&#160;&#160;&#160;&#160;&#160; &#34;hidden&#34;:false,<br />&#160;&#160;&#160;&#160;&#160; &#34;width&#34;:340,<br />&#160;&#160;&#160;&#160;&#160; &#34;title&#34;:true,<br />&#160;&#160;&#160;&#160;&#160; &#34;resizable&#34;:true<br />&#160;&#160;&#160; },<br />&#160;&#160;&#160; {&#34;name&#34;:&#34;description&#34;,&#34;index&#34;:&#34;description&#34;,&#34;xmlmap&#34;:&#34;description&#34;,&#34;sortable&#34;:true,&#34;hidden&#34;:false,&#34;width&#34;:680,&#34;title&#34;:true,&#34;resizable&#34;:true},<br />&#160;&#160;&#160; {&#34;name&#34;:&#34;Creator&#34;,&#34;index&#34;:&#34;Creator&#34;,&#34;xmlmap&#34;:&#34;creator&#34;,&#34;sortable&#34;:true,&#34;hidden&#34;:false,&#34;width&#34;:93,&#34;title&#34;:true,&#34;resizable&#34;:true},<br />&#160;&#160;&#160; {&#34;name&#34;:&#34;updated_at&#34;,&#34;index&#34;:&#34;updated_at&#34;,&#34;xmlmap&#34;:&#34;updated_at&#34;,&#34;sortable&#34;:true,&#34;hidden&#34;:false,&#34;width&#34;:68,&#34;title&#34;:true,&#34;resizable&#34;:true},<br />&#160;&#160;&#160; {&#34;name&#34;:&#34;created_at&#34;,&#34;index&#34;:&#34;created_at&#34;,&#34;xmlmap&#34;:&#34;created_at&#34;,&#34;sortable&#34;:true,&#34;hidden&#34;:false,&#34;width&#34;:68,&#34;title&#34;:true,&#34;resizable&#34;:true},<br />&#160;&#160;&#160; {&#34;name&#34;:&#34;Actions&#34;,&#34;sortable&#34;:false,&#34;width&#34;:45,&#34;xmlmap&#34;:&#34;actions&#34;}<br />&#160; ],<br />&#160; &#34;rownumbers&#34;:true,<br />&#160; &#34;multiselect&#34;:true,<br />&#160; &#34;pager&#34;:&#34;jqgrid-container-SwqkdBwfXg-pager&#34;,<br />&#160; &#34;rowNum&#34;:50,<br />&#160; &#34;rowList&#34;:[10,25,50,100,500,1000],<br />&#160; &#34;viewrecords&#34;:true,<br />&#160; &#34;sortname&#34;:&#34;id&#34;,<br />&#160; &#34;sortorder&#34;:&#34;asc&#34;,<br />&#160; &#34;sortable&#34;:true,<br />&#160; &#34;gridview&#34;:true,<br />&#160; &#34;viewsortcols&#34;:[true,&#34;horizontal&#34;,true],<br />&#160; &#34;grouping&#34;:true,<br />&#160; &#34;groupingView&#34;:{&#34;groupDataSorted&#34;:true,&#34;groupField&#34;:[&#34;KeyCriteria&#34;]},<br />&#160; &#34;xmlReader&#34;:{&#34;repeatitems&#34;:false},<br />}); </div></pre>
]]></description>
        	        	<pubDate>Fri, 08 Oct 2010 08:54:43 +0300</pubDate>
        </item>
</channel>
</rss>