<?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: addrowdata and grouping</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping</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/addrowdata-and-grouping/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on addrowdata and grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p28831</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p28831</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Please understand that after adding grid does not put the new column in the right place.</p>
<p>In order to work this you should unload grouping, add ada with addRowdata and then apply the grouping agin.</p>
<p>I hope you understand.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 20 May 2013 11:10:01 +0300</pubDate>
        </item>
        <item>
        	<title>mfarahy on addrowdata and grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p28828</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p28828</guid>
        	        	<description><![CDATA[<p>I have same problem, how i can regrouping after i add row by addRowData method ?</p>
]]></description>
        	        	<pubDate>Sun, 19 May 2013 16:32:32 +0300</pubDate>
        </item>
        <item>
        	<title>Strahdza on addrowdata and grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p20373</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p20373</guid>
        	        	<description><![CDATA[<p>I&#39;m having exactly the same problem.&#160;</p>
<p>Have you managed to get it working yet ? .. anyone else have any suggestions ?&#160;</p>
<p>Theres no errors in firebug ..jqGrid seems happy, &#160;but the grouping doesnt happen.</p>
</p>
<p>Here is my grid definition:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4023' value='Select Code' data-codeid='sfcode4023' /></p>
<div class='sfcode' id='sfcode4023'>
<p>jQuery(&#34;#tbllist&#34;).jqGrid({</p>
<p>datatype: &#34;local&#34;,</p>
<p>altRows: true,</p>
<p>autowidth: true,</p>
<p>forceFit: true,</p>
<p>height: self.theight-50,</p>
<p>sortable:false,</p>
<p>colNames:[&#39;Address&#39;,&#39;Timestamp&#39;,&#39;Kb&#39;],</p>
<p>colModel:[</p>
<p>{name:&#39;c0&#39;,index:&#39;Address&#39;, width:200,sortable:false,fixed:true},</p>
<p>{name:&#39;c1&#39;,index:&#39;Timestamp&#39;,formatter:timestampFormatter, width:200,sortable:false,fixed:true},</p>
<p>{name:&#39;c2&#39;,index:&#39;Kb&#39;,formatter:bytesFormatter, width:100,sortable:false,fixed:true}</p>
<p>],</p>
<p>caption: &#34;Top Talkers&#34;,</p>
<p>grouping: true,</p>
<p>groupingView : {</p>
<p>groupField : [&#39;c0&#39;],</p>
<p>groupColumnShow: false,</p>
<p>groupCollapse: true</p>
<p>}</p>
<p>});</p>
</div>
]]></description>
        	        	<pubDate>Wed, 20 Oct 2010 11:30:15 +0300</pubDate>
        </item>
        <item>
        	<title>kellyb on addrowdata and grouping</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p20233</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/addrowdata-and-grouping#p20233</guid>
        	        	<description><![CDATA[<p>I am having trouble with the grid displaying the grouping if I add my data using the AddRowData API method. Should this worK?</p>
</p>
<p>The column is removed in the grid that I group on, but the grid does not perform the grouping.</p>
<p>I have coded the grouping options&#160;just like the demo, but it does not work.</p>
<p>Do I need to add grouping parameters in the AddRowData API call?</p>
</p>
<p>Please let me know.</p>
</p>
<p>Thanks,</p>
<p>Kelly</p>
]]></description>
        	        	<pubDate>Tue, 12 Oct 2010 01:45:54 +0300</pubDate>
        </item>
</channel>
</rss>