<?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 of XML/JSON data with repeatitems:false in the reader</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader</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-of-xmljson-data-with-repeatitemsfalse-in-the-reader/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19975</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19975</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>The last comment in your last post is the most important think <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
</p>
<p>Kind Regards</p>
]]></description>
        	        	<pubDate>Fri, 24 Sep 2010 09:25:59 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19912</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19912</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>you are right in <a href="http://github.com/tonytomov/jqGrid/commit/86d3adb6a30a60293c215ddf741e6f1730fd8e23&#160;one" rel="nofollow" target="_blank"><a href="http://github.com/tonytomov/jq" rel="nofollow">http://github.com/tonytomov/jq</a>.....3&#160;one</a> can see that you changed the code exactly like you wrote in the thread before. At the end it&#39;s not important how some error come. More important to find the more errors as possible and fix there.</p>
<p>A release of 3.8.1 soon after collecting some feedbacks is a good idea.</p>
<p>Best regards<br />Oleg</p>
<p>P.S. In the next weeks I will be not so active on the forum because of I should bring one project to the final end to have money for me and my family. <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Wed, 22 Sep 2010 00:07:34 +0300</pubDate>
        </item>
        <item>
        	<title>tony on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19911</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19911</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>Thanks again. Not sure why this happen, because I&#39;m sure I have corrected this in a way that I have write it in my previous post</p>
<p>Instead the problem is Fixed. We will maybe realease 3.8.1 soon.</p>
<p>Thank you.</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 21 Sep 2010 23:41:55 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19909</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19909</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>After downloading releasede version of jqGrid 3.8 I had the same problem which i described before. After debugging I could see that the jqGrid 3.8 not what you write befor or what I suggested. It has a combination of one old line and one new line:</p>
<p>if(ts.p.grouping <strong>&#38;&#38; F</strong>) {</p>
<p>&#160;&#160;&#160; $(ts).jqGrid(&#39;groupingRender&#39;,grpdata,<strong>ts.p.colModel.length</strong>);</p>
<p>One should remofe &#39;<strong>&#38;&#38; F</strong>&#39; from the &#39;if&#39; (line 1272) to fix the problem.</p>
<p>Best regards<br />Oleg</p></p>
]]></description>
        	        	<pubDate>Tue, 21 Sep 2010 21:23:53 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19734</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19734</guid>
        	        	<description><![CDATA[<p>Very good!</p>
<p>Your last version looks really clear. I didn&#39;t read full code before with gi,si and ni are calculated. So I was too cautious <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" />.</p>
<p>Thanks. I could already see the new code on github.com.</p>
<p>Regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Sun, 12 Sep 2010 17:46:44 +0300</pubDate>
        </item>
        <item>
        	<title>tony on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19732</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19732</guid>
        	        	<description><![CDATA[<p>Oleg,</p>
<p>Thanks again. The real fix is:</p>
<p>if(ts.p.grouping) {</p>
<p>&#160;&#160;&#160; $(ts).jqGrid(&#39;groupingRender&#39;,grpdata,<strong>ts.p.colModel.length</strong>);</p>
<p>...</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 12 Sep 2010 17:15:51 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on grouping of XML/JSON data with repeatitems:false in the reader</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19731</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/grouping-of-xmljson-data-with-repeatitemsfalse-in-the-reader#p19731</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>It seems that current code from grid.base.js allow grouping of XML data only if repeatitems:false. See <a href="http://www.ok-soft-gmbh.com/jqGrid/Log38_.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....Log38_.htm</a> as a demo. If I change the lines 1109 and 1110:</p>
<p>if(ts.p.grouping <strong>&#38;&#38; F</strong>) {</p>
<p>&#160;&#160;&#160; $(ts).jqGrid(&#39;groupingRender&#39;,grpdata,<strong>F.length</strong>+gi+si+ni);</p>
<p>to</p>
<p>if(ts.p.grouping) {</p>
<p>&#160;&#160;&#160; $(ts).jqGrid(&#39;groupingRender&#39;,grpdata,<strong>(F? F.length: ts.p.colModel.length)</strong>+gi+si+ni);</p>
<p>It works: see <a href="http://www.ok-soft-gmbh.com/jqGrid/Log38_new.htm" rel="nofollow" target="_blank"><a href="http://www.ok-soft-gmbh.com/jq" rel="nofollow">http://www.ok-soft-gmbh.com/jq</a>.....38_new.htm</a>. I don&#39;t test the changes in case of having some hidden columns or some other non standard situations.</p>
<p>It seems that the same problem exist for JSON data (see lines 1272-1273).</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Sun, 12 Sep 2010 16:00:15 +0300</pubDate>
        </item>
</channel>
</rss>