<?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: Empty cell with date formatter give a wired blank value</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value</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/empty-cell-with-date-formatter-give-a-wired-blank-value/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>gseroul on Empty cell with date formatter give a wired blank value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value#p18690</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value#p18690</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>I test if the date field is null or blank =&#62; $date != "" &#124;&#124; $date != " "</p>
<p>Now I have to use this : if (enddate.charCodeAt(0) == 160 &#38;&#38; enddate.length == 1) {</p>
</p>
<p>Cheers,</p>
<p>Gael</p>
]]></description>
        	        	<pubDate>Tue, 20 Jul 2010 12:05:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Empty cell with date formatter give a wired blank value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value#p18407</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value#p18407</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How do you compare the date?</p>
<p>Also in the cell content we put #160, because of the IE bug which does not show borders on the table cell when the value is empty.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 06 Jul 2010 10:56:41 +0300</pubDate>
        </item>
        <item>
        	<title>gseroul on Empty cell with date formatter give a wired blank value</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value#p18323</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/empty-cell-with-date-formatter-give-a-wired-blank-value#p18323</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I use an edit form to edit a grid row. I have in the row a date cell with date formatter. If the cell is  empty the formatter put a blank in the edit form, but not a regular one (space - unicode 32) but a  unicode 160 =&#62; then you cannot compare the resulting string to " "  =&#62; it does not fit. The only thing I found is to use beforeSubmit  =&#62; test if the date cell string unicode value == 160 =&#62; then set  the value to &#39;&#39;.</p>
<p>Tony do you think it is possible to solve that ?</p>
</p>
<p>Gael</p>
]]></description>
        	        	<pubDate>Wed, 30 Jun 2010 18:09:53 +0300</pubDate>
        </item>
</channel>
</rss>