<?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: inlineedit cause another cell event lose</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-cause-another-cell-event-lose</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/inlineedit-cause-another-cell-event-lose/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on inlineedit cause another cell event lose</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-cause-another-cell-event-lose#p12486</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-cause-another-cell-event-lose#p12486</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Fixed in GitHub.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 27 Nov 2009 01:58:11 +0200</pubDate>
        </item>
        <item>
        	<title>vboy on inlineedit cause another cell event lose</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-cause-another-cell-event-lose#p12462</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inlineedit-cause-another-cell-event-lose#p12462</guid>
        	        	<description><![CDATA[<p>Hello! Thank you for your hard work!</p>
</p>
<p><strong>restoreRow</strong> Method in &#160;file:&#160;grid.inlinedit.js line:210</p>
<p><input type='button' class='sfcodeselect' name='sfselectit7009' value='Select Code' data-codeid='sfcode7009' /></p>
<div class='sfcode' id='sfcode7009'>$($t).jqGrid("setRowData",rowid,$t.p.savedRow[fr]);</div>
</p>
<p>if antoher cell colModel set: &#160;{editable:false}</p>
<p>and the cell content is:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit307' value='Select Code' data-codeid='sfcode307' /></p>
<div class='sfcode' id='sfcode307'>&#60;input id=&#39;id1&#39; type=&#39;button&#39; value=&#39;E&#39; \\"  /&#62;</div>
<p>and dynamically bind events for the input elements&#160;like</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4399' value='Select Code' data-codeid='sfcode4399' /></p>
<div class='sfcode' id='sfcode4399'>$(&#39;#id1&#39;).bind(&#39;click&#39;,function(){});</div>
</p>
<p>this will cause &#39;id1&#39; button in&#160;&#160;the cell&#160;&#160;lose the event&#160;in the same row.&#160;</p>
</p>
<p>I think,</p>
<p>to <strong>restore the editable cells only</strong></p>
<p>replace for : restore all the row data</p>
<p>is better.</p>
</p>
<p>Do you think it?</p>
]]></description>
        	        	<pubDate>Thu, 26 Nov 2009 02:08:36 +0200</pubDate>
        </item>
</channel>
</rss>