<?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: ajax validation while saving an inline edit</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit</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/ajax-validation-while-saving-an-inline-edit/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>kobruleht on ajax validation while saving an inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit#p23188</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit#p23188</guid>
        	        	<description><![CDATA[<p>I posted about this issue in</p>
<p>/blog/?page_id=393/help/how-to-convert-search-string-to-where-clause-in-asp-net-mvc/#p23187</p>
</p>
<p>THis thread has link to stackoverflow where there was suggestion to return true always from onSuccess function to prevent kyboard binding loss. You may try this.</p>
<p>Have you found solution ?</p>
]]></description>
        	        	<pubDate>Mon, 16 May 2011 00:02:36 +0300</pubDate>
        </item>
        <item>
        	<title>phazei on ajax validation while saving an inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit#p22431</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit#p22431</guid>
        	        	<description><![CDATA[<p>I just noticed in the trunk:</p>
<p><a href="https://github.com/tonytomov/jqGrid/blob/master/js/grid.inlinedit.js" target="_blank">https://github.com/tonytomov/jqGrid/blob/master/js/grid.inlinedit.js</a></p>
</p>
<p>There is a new variable "restoreAfterErorr" which defaults to true, and doesn&#39;t actually do anything yet&#8230; (and has a typo)</p>
<p>Is this going to take care of the issue, when will it be implemented, and is the trunk at all stable?</p>
</p>
<p>EDIT: Tried simply putting an if around the unbind, but as the ajax call is async, it goes off after the unbind... &#160;So I simply moved unbind to after the restoreRow in some places and after the aftersavefunc calls.</p>
]]></description>
        	        	<pubDate>Wed, 16 Mar 2011 01:38:02 +0200</pubDate>
        </item>
        <item>
        	<title>phazei on ajax validation while saving an inline edit</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit#p22430</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ajax-validation-while-saving-an-inline-edit#p22430</guid>
        	        	<description><![CDATA[<p>It works fine for the edit form, but the form kind of kills the point of the grid.</p>
</p>
<p>I&#39;m trying to get ajax validation to work with inline editing. &#160;I don&#39;t want to validate each field one by one, I simply want to return a message from the server and allow the user to fix any errors and press enter again. &#160;I can&#39;t figure out how to get it working quite right though. &#160;I have a succesfunc that checks and returns false, and I have an errorfunc that can hide the overlay and display the error message. &#160;</p>
<p>After the errorfunc call, I need to stop the restoreRow, so I set "this.grid = false" inside my errorfunc, so the inline form even stays there. &#160;but then after the ajax call, the keydown binding used for enter and excape are unbound! &#160;I can&#39;t figure out how to stop that <img class="wp-smiley" src="/blog/wp-includes/images/smilies/icon_sad.gif" alt=":(" /></p>
<p>Does anyone have suggestions?</p>
</p>
<p>If it&#39;s not possible, it seems like it would only need 2-3 lines of code to easily allow for this functionality while maintaining backwards compatability. &#160;</p>
]]></description>
        	        	<pubDate>Wed, 16 Mar 2011 01:19:34 +0200</pubDate>
        </item>
</channel>
</rss>