<?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: Bug in sorting of local int data</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data</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/bug-in-sorting-of-local-int-data/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>archan.bhatt on Bug in sorting of local int data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p20173</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p20173</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Thanks. Fixed.</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Thanks Tony,</p>
</p>
<p>When it will be available as part of jqGrid?</p>
</p>
<p>Archan</p>
]]></description>
        	        	<pubDate>Wed, 06 Oct 2010 15:34:19 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Bug in sorting of local int data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p20164</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p20164</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 06 Oct 2010 08:02:05 +0300</pubDate>
        </item>
        <item>
        	<title>archan.bhatt on Bug in sorting of local int data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p20104</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p20104</guid>
        	        	<description><![CDATA[<blockquote>
<p>OlegK said:</p>
<p>Hi Tony!</p>
<p>In case of sorttype:&#39;int&#39; one receive an error during data sorting. If seems that the lines 264-267 of grid.base.js:</p>
<p>if(!_usecase) {<br />&#160;&#160;&#160; a=a.toLowerCase();<br />&#160;&#160;&#160; b=b.toLowerCase();<br />}</p>
<p>should be probably changed to the lines about following</p>
<p>if(!_usecase <strong>&#38;&#38; typeof a !== "number" &#38;&#38; typeof a !== "number"</strong>) {<br />&#160;&#160;&#160; a=a<strong>.toString()</strong>.toLowerCase();<br />&#160;&#160;&#160; b=b<strong>.toString()</strong>.toLowerCase();<br />}</p>
<p>Best regards<br />Oleg</p>
</blockquote>
<hr />
<p>I have the same problem, using v 3.8. When I sort numbers or date sorttype columns! I am having error on line 17 of jquery.jqGrid.min.js says "<span class="objectBox objectBox-errorMessage hasBreakSwitch ">n.toLowerCase is not a function" and "<span class="objectBox objectBox-errorMessage hasBreakSwitch "><a class="errorSource a11yFocus " target="_blank">null)return c;if(n!=null&#38;&#38;m!=null)retu...(){if(J.length!==0)e=c._doSort(e,0)}; </a>"</span></span></p>
<p><span class="objectBox objectBox-errorMessage hasBreakSwitch "><span class="objectBox objectBox-errorMessage hasBreakSwitch ">&#160;</span></span></p>
<p><span class="objectBox objectBox-errorMessage hasBreakSwitch "><span class="objectBox objectBox-errorMessage hasBreakSwitch ">Please provide workaround for sorttype numbers and date!</span></span></p>
<p><span class="objectBox objectBox-errorMessage hasBreakSwitch "><span class="objectBox objectBox-errorMessage hasBreakSwitch ">&#160;</span></span></p>
<p><span class="objectBox objectBox-errorMessage hasBreakSwitch "><span class="objectBox objectBox-errorMessage hasBreakSwitch ">Thanks.</span></span></p>
<p><span class="objectBox objectBox-errorMessage hasBreakSwitch "><span class="objectBox objectBox-errorMessage hasBreakSwitch ">Archan Bhatt</span></span></p></p>
]]></description>
        	        	<pubDate>Fri, 01 Oct 2010 17:09:12 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Bug in sorting of local int data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p19977</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p19977</guid>
        	        	<description><![CDATA[<p>Thanks</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 24 Sep 2010 09:43:32 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on Bug in sorting of local int data</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p19947</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-sorting-of-local-int-data#p19947</guid>
        	        	<description><![CDATA[<p>Hi Tony!</p>
<p>In case of sorttype:&#39;int&#39; one receive an error during data sorting. If seems that the lines 264-267 of grid.base.js:</p>
<p>if(!_usecase) {<br />&#160;&#160;&#160; a=a.toLowerCase();<br />&#160;&#160;&#160; b=b.toLowerCase();<br />}</p>
<p>should be probably changed to the lines about following</p>
<p>if(!_usecase <strong>&#38;&#38; typeof a !== "number" &#38;&#38; typeof a !== "number"</strong>) {<br />&#160;&#160;&#160; a=a<strong>.toString()</strong>.toLowerCase();<br />&#160;&#160;&#160; b=b<strong>.toString()</strong>.toLowerCase();<br /> }</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Thu, 23 Sep 2010 04:12:31 +0300</pubDate>
        </item>
</channel>
</rss>