<?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: inline editing: undinding of keydown after an error in the server reponse</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse</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/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kobruleht on inline editing: undinding of keydown after an error in the server reponse</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse#p23508</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse#p23508</guid>
        	        	<description><![CDATA[<p>I verifed that this patch allows to save row pressing Enter after error has occured. Can we add this to jqGrid official source code, please.</p>
</p>
<p>Andrus.</p>
]]></description>
        	        	<pubDate>Tue, 07 Jun 2011 12:49:26 +0300</pubDate>
        </item>
        <item>
        	<title>OlegK on inline editing: undinding of keydown after an error in the server reponse</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse#p23507</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/inline-editing-undinding-of-keydown-after-an-error-in-the-server-reponse#p23507</guid>
        	        	<description><![CDATA[<p>Hello Tony,</p>
<p>There are a bug in the inline editing module in case of the usage of keyboard (<strong>keys:true</strong> option and <strong>restoreAfterError:false</strong>) and an error in the server response. After the <strong><a href="https://github.com/tonytomov/jqGrid/blob/v4.0.0/js/grid.inlinedit.js#L256" target="_blank">error</a></strong> event handler of the ajax request are executed and the error message will be shown the code in <a href="https://github.com/tonytomov/jqGrid/blob/v4.0.0/js/grid.inlinedit.js#L274" target="_blank">the line</a> will be executed</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6325' value='Select Code' data-codeid='sfcode6325' /></p>
<div class='sfcode' id='sfcode6325'>$(ind).unbind(&#34;keydown&#34;);</div>
<p>and one is unable more to save the row editing. To fix the problem I suggest to change the line to the following:</p>
<p><input type='button' class='sfcodeselect' name='sfselectit5772' value='Select Code' data-codeid='sfcode5772' /></p>
<div class='sfcode' id='sfcode5772'>if(success) {<br />&#160; &#160; $(ind).unbind(&#34;keydown&#34;);<br />}&#160;</div>
<p>Best regards<br />Oleg&#160;</p></p>
]]></description>
        	        	<pubDate>Tue, 07 Jun 2011 12:41:40 +0300</pubDate>
        </item>
</channel>
</rss>