<?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: CellEdit cells marked dirty when seemingly blank</title>
	<link>http://www.trirand.com/blog/?page_id=393/discussion/celledit-cells-marked-dirty-when-seemingly-blank</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/discussion/celledit-cells-marked-dirty-when-seemingly-blank/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on CellEdit cells marked dirty when seemingly blank</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/celledit-cells-marked-dirty-when-seemingly-blank#p7791</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/celledit-cells-marked-dirty-when-seemingly-blank#p7791</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed. A better is to fix when data is pushed in the savedRow - i.e. I apply this to ths value in the savedRow only.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 13 Jul 2009 07:00:48 +0300</pubDate>
        </item>
        <item>
        	<title>matterker on CellEdit cells marked dirty when seemingly blank</title>
        	<link>http://www.trirand.com/blog/?page_id=393/discussion/celledit-cells-marked-dirty-when-seemingly-blank#p7769</link>
        	<category>Discussion</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/discussion/celledit-cells-marked-dirty-when-seemingly-blank#p7769</guid>
        	        	<description><![CDATA[<p>I was having an issue where in CellEdit mode, cells that seemed to be blank were being marked dirty after leaving the cell. Turned out the cell contained an html encoded non-breaking space. I&#39; still not sure where the nbsp is coming from so I can&#39;t say it&#39;s a bug.</p>
<p>I corrected by changing grid.celledit.js line 154 to this:</p>
<p>if ($.htmlDecode($.trim(v2)) !== $.htmlDecode($.trim($t.p.savedRow[fr].v))){</p>
</p>
<p>FYI - I&#39;m using the latest 3.5 from github.</p>
]]></description>
        	        	<pubDate>Fri, 10 Jul 2009 13:07:17 +0300</pubDate>
        </item>
</channel>
</rss>