<?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: Can't Sort Date Column with empty cells</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells</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/cant-sort-date-column-with-empty-cells/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Stu on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p25623</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p25623</guid>
        	        	<description><![CDATA[<blockquote>
<p>Stu said:Has anyone looked at this?&#160; I have a bunch of data where some of the dates are blank so it does not sort correctly.&#160;</p>
</blockquote>
<hr />
<p>Any suggestions?&#160; My data is all in the format "dd/mm/yyyy".&#160; I tried formatting empty values as "&#160; /&#160; /&#160;&#160;&#160; " but that fails as well.&#160;</p>
<p>The only hack that I could find to work was to have empty dates as "01/01/1901"&#160;which works, but it is a hack and confusing.</p>
]]></description>
        	        	<pubDate>Mon, 09 Jan 2012 16:48:20 +0200</pubDate>
        </item>
        <item>
        	<title>Stu on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p25614</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p25614</guid>
        	        	<description><![CDATA[<p>Has anyone looked at this?&#160; I have a bunch of data where some of the dates are blank so it does not sort correctly.&#160;</p>
]]></description>
        	        	<pubDate>Fri, 06 Jan 2012 23:38:28 +0200</pubDate>
        </item>
        <item>
        	<title>tjp on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p22914</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p22914</guid>
        	        	<description><![CDATA[<p>This is still not fixed. Any ETA on when it will be?</p>
]]></description>
        	        	<pubDate>Mon, 25 Apr 2011 05:09:14 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p15068</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p15068</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this. Also fixed. Will be published soon.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 23 Feb 2010 10:53:32 +0200</pubDate>
        </item>
        <item>
        	<title>Mue on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p15048</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p15048</guid>
        	        	<description><![CDATA[<p>Hi all,</p>
<p>The bug as described in the mail from Jay still exist in the newest version. Every blank date field isn&#39;t touch in the sort algorithm. I&#39;ve taste it with different format options, but the issue&#160;is always the same. The block with values in the date field is sorted correct, every other stays as it is. I think the sort algorithm needs only to extend to&#160;test for blank dates. It would be very nice if the bug could be eliminated.</p>
<p>Thanks and best regards</p>
<p>Mue</p>
]]></description>
        	        	<pubDate>Mon, 22 Feb 2010 17:00:41 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p9505</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p9505</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Will fix this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 09 Sep 2009 05:20:07 +0300</pubDate>
        </item>
        <item>
        	<title>Jay on Can't Sort Date Column with empty cells</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p9491</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cant-sort-date-column-with-empty-cells#p9491</guid>
        	        	<description><![CDATA[<p>I&#39;ve run across an issue where trying to sort a date column that has missing dates causes the sort to fail. It&#39;s mostly sorted, but the empty values are interspersed in the column and some of the dates before and after an empty value are out of order relative to other nearby dates. If I fill in these empty columns with data, then the code below works as expected.</p>
<blockquote>
<p>jQuery("#list").jqGrid({</p>
<p>...</p>
<p>{name:&#39;collected&#39;, index:&#39;collected&#39;, width:102, formatter:&#39;date&#39;, formatoptions:{srcformat:&#39;d-M-Y&#39;,newformat:&#39;d-M-Y&#39;}, sorttype: &#39;date&#39;, datefmt: &#39;dd-M-Y&#39;, align:&#39;right&#39;},</p>
<p>...</p>
</blockquote>
]]></description>
        	        	<pubDate>Tue, 08 Sep 2009 17:27:40 +0300</pubDate>
        </item>
</channel>
</rss>