<?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: Wrong ordering when hiddengrid=true</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue</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/wrong-ordering-when-hiddengridtrue/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p12003</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p12003</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Not sure if this is a bug. Please check your code again and what you try to do. Also check your response. If you populate the grid manually with json data you will need to care about this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 16 Nov 2009 22:57:47 +0200</pubDate>
        </item>
        <item>
        	<title>Simone on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p11974</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p11974</guid>
        	        	<description><![CDATA[<p>Hi Tony, sorry for the late reply. I&#39;ve investigated this issue a bit more and found out that the problem is caused by the call to populate() in the handler to the event attached to the button to expand and collapse the grid in the header.</p>
<p>That looks like the reason why the rows are ordered correctly when the grid is loaded for the first time and it is hidden, while expanding it results in a wrong ordering. Removing the call to populate() in the handler to the click of the expand/collapse button seems to fix it, but it&#39;s not a clean solution.</p>
</p>
<p>I tried upgrading to 3.6 and the behavior is the same.</p>
]]></description>
        	        	<pubDate>Mon, 16 Nov 2009 04:50:55 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10458</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10458</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Please post the code and the server response after you expand the grid.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 06 Oct 2009 07:46:22 +0300</pubDate>
        </item>
        <item>
        	<title>Simone on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10412</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10412</guid>
        	        	<description><![CDATA[<p>I&#39;d need some help here Tony. I cannot get it to work, and what I realized so far is that if I set hiddengrid=true then the rows are ordered correctly until I try to expand the grid. Once I click on the button to expand the grid, the right ordering 1,2,3 becomes 1,10,2,3...</p>
<p>Looks like the grid is reordering the rows when it is expanded or something like that.</p>
]]></description>
        	        	<pubDate>Mon, 05 Oct 2009 08:02:48 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10111</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10111</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Just tested this behaviour in the demo. No problem for me, but I will say , since you use custom build of JSON&#160; data, check if you pass correctly the following parmeters</p>
<pre><code>"records","page","total"</code></pre>
</p>
<p>All builds depend on these parameters</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 25 Sep 2009 03:07:17 +0300</pubDate>
        </item>
        <item>
        	<title>Simone on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10066</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p10066</guid>
        	        	<description><![CDATA[<p>Anyone?</p>
]]></description>
        	        	<pubDate>Thu, 24 Sep 2009 01:37:28 +0300</pubDate>
        </item>
        <item>
        	<title>simon on Wrong ordering when hiddengrid=true</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p9952</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/wrong-ordering-when-hiddengridtrue#p9952</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I didn&#39;t investigate the causes of this issue so I&#39;m trying to provide as much details as possible. I am using version 3.5.3.</p>
<p>I have a grid which is populated manually with JSON data and is configured to display row numbers. If I have more than 10 rows &#8211; say 20 &#8211; I noticed that if I set hiddengrid=false they are ordered correctly: 1,2,3..9,10,11..20, while if I set hiddengrid=true then, when I expand the grid, I see them ordered as 1,10,11..,2,20,3,4.. which is wrong.</p>
<p>Is this a known issue?</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 11:40:56 +0300</pubDate>
        </item>
</channel>
</rss>