<?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: getChangedCells always returns empty array</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array</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/help/getchangedcells-always-returns-empty-array/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bigbabyjesus on getChangedCells always returns empty array</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array#p26239</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array#p26239</guid>
        	        	<description><![CDATA[<p>Thanks for your answer, is there no way to in inline edit mode to check if the data in the row changed?</p>
</p>
<p>Haven&#39;t found anything in the documentation.</p>
</p>
<p>BR</p>
]]></description>
        	        	<pubDate>Wed, 28 Mar 2012 10:43:10 +0300</pubDate>
        </item>
        <item>
        	<title>tony on getChangedCells always returns empty array</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array#p26231</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array#p26231</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thsi method is for cell editing and not for inline edit.</p>
<p>Please refer to documenattion before posting.</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:cell_editing#methods" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ng#methods</a></p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Tue, 27 Mar 2012 18:28:06 +0300</pubDate>
        </item>
        <item>
        	<title>bigbabyjesus on getChangedCells always returns empty array</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array#p26227</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/getchangedcells-always-returns-empty-array#p26227</guid>
        	        	<description><![CDATA[<p>Hi, I am using the jqGrid for ASP.NET WebForms and I need to know if a cell or a row had changed. Therefor I tried to call the function getChangedCells(&#39;dirty&#39;) but it always return an empty array</p>
</p>
<p>Here is the code where I use the funciton:</p>
</p>
<p>&#160; function editRow(id)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if (id &#38;&#38; id !== lastSelection)<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var grid = jQuery("#&#60;%= jqGrid.ClientID %&#62;");<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; grid.restoreRow(lastSelection);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; grid.editRow(id, true);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var changedCells = grid.getChangedCells(&#39;dirty&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; lastSelection = id;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
</p>
<p>I really appreciate any help.</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Tue, 27 Mar 2012 11:05:28 +0300</pubDate>
        </item>
</channel>
</rss>