<?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: Saving Cells when cell edit is interrupted</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/saving-cells-when-cell-edit-is-interrupted</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/saving-cells-when-cell-edit-is-interrupted/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kalinwilson on Saving Cells when cell edit is interrupted</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/saving-cells-when-cell-edit-is-interrupted#p19967</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/saving-cells-when-cell-edit-is-interrupted#p19967</guid>
        	        	<description><![CDATA[<p>I am using a grid to manage local data with cell editing enabled.</p>
<p>When the page is submitted, I get the grid data with getRowData() and serialize the data to be appended to the request post data.</p>
<p>If the submit button is clicked while a cell is still in edit mode the input tag is included in the grid data which messes up my serialization and the data sent to the server. Sometimes the grid seems to get stuck with an input element that doesn&#39;t get removed.</p>
<p>I tried interating over each cell and calling saveCell(row,col) but this doesn&#39;t seem to clear the input element as expected.</p>
</p>
<p>Is there a simple way to cancel/reset any in-progress cell editing so that all cells are simple &#60;td&#62;s vs inputs?</p>
]]></description>
        	        	<pubDate>Thu, 23 Sep 2010 22:32:48 +0300</pubDate>
        </item>
</channel>
</rss>