<?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: Cell Edit anomalies</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies</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/cell-edit-anomalies/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Cell Edit anomalies</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies#p2830</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies#p2830</guid>
        	        	<description><![CDATA[<p>Hello pat,</p>
<p>Currently I could not reproduce this.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 31 Oct 2008 02:26:36 +0200</pubDate>
        </item>
        <item>
        	<title>pat on Cell Edit anomalies</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies#p2738</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies#p2738</guid>
        	        	<description><![CDATA[<p>The answer to issue 3 is to call setSelection before deleting the row.</p>
]]></description>
        	        	<pubDate>Tue, 28 Oct 2008 15:55:06 +0200</pubDate>
        </item>
        <item>
        	<title>pat on Cell Edit anomalies</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies#p2737</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/cell-edit-anomalies#p2737</guid>
        	        	<description><![CDATA[<p>I have several editable columns in a row. <br />1) If I start editing in a column &#38; tab to the next ones, every other cell (the even columns) fails to work correctly - the cell stays in edit mode &#38; the value is not saved. I get two ajax calls on the odd cells &#38; none on the even cells.</p>
<p>2) If I edit a cell &#38; use the enter key to complete the edit, it saves correctly but then I get a post-back to the parent page, which forces a grid reload. The page post-back doesn&#39;t happen if I use the enter key after having used the tab key on a previous cell.</p>
<p>$("#gTravel").jqGrid({<br />&#160;&#160;&#160; caption: "Travel - Year " + year,<br />&#160;&#160;&#160; colNames: colNames1,<br />&#160;&#160;&#160; colModel: colModel1, <br />&#160;&#160;&#160; imgpath: imgPath,<br />&#160;&#160;&#160; datatype: "xml",<br />&#160;&#160;&#160; height: &#39;100%&#39;,<br />&#160;&#160;&#160; cellEdit: true,<br />&#160;&#160;&#160; cellsubmit: &#39;remote&#39;,<br />&#160;&#160;&#160; url:&#160;&#160;&#160;&#160; &#39;HttpRequestPDS.aspx?op=load&#38;pid=&#39;+pid+&#39;&#38;yr=&#39;+year+&#39;&#38;tab=gTravel&#39;, <br />&#160;&#160;&#160; cellurl: &#39;HttpRequestPDS.aspx?op=edit&#38;pid=&#39;+pid+&#39;&#38;yr=&#39;+year+&#39;&#38;tab=gTravel&#39;, <br />&#160;&#160;&#160; beforeSubmitCell: function (id,name,v,iRow,iCol){ return {r:id, n:name, v:v}; },<br />});</p>
<p>A typical col model would be:<br />name:&#39;Jan&#39;,sortable:false,width:45,align:&#39;right&#39;,editable:true},</p>
<p>3) I also have a toolbar function to delete a row. If the selrow variable is set by clicking an editable cell, the row is deleted OK (I call the delRowData function if the ajax function succeeds) but it will invoke the cellEdit function on the cell below it with an undefined value.</p>
]]></description>
        	        	<pubDate>Tue, 28 Oct 2008 13:57:34 +0200</pubDate>
        </item>
</channel>
</rss>