<?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: How to define errorfunc</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-define-errorfunc</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/how-to-define-errorfunc/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>acgee on How to define errorfunc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-define-errorfunc#p11699</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-define-errorfunc#p11699</guid>
        	        	<description><![CDATA[<p>I think I figured it out.</p>
</p>
<p>editRow(rowid, true, null, null, null, null, null, errorfunc)</p>
</p>
<p>outside of grid definition</p>
<p>function errorfunc(rowid, status) {</p>
<p>&#160; //do stuff</p>
<p>}</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 22:32:30 +0200</pubDate>
        </item>
        <item>
        	<title>Andrew on How to define errorfunc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-define-errorfunc#p11690</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-define-errorfunc#p11690</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I know this is probably straight forward but I cannot figure out where or how to define the errorfunc. I have the following defined in my jqgrid definition for inline editing:</p>
</p>
<p><span class="kw2">&#160;&#160;&#160; ondblClickRow: function(id){<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; if(id &#38;&#38; id!==lastSel){ <br />&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#39;#grid&#39;).restoreRow(lastSel);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; lastSel=id;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</span></p>
<p><span class="kw2">&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(&#39;#grid&#39;).editRow(id, true, <span style="color: #ff0000;">errorfunc</span>);&#160;<br />&#160;&#160;&#160; }</span></p>
</p>
<p>I want to use the errorfunc but I canot figure out where or how to declare it.</p>
<p>I&#160;have read the documentation and it is not clear to me on how to use it.</p>
<p>Any help would be greatly appreciated.</p>
</p>
<p>Regards<br />Andrew</p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 17:13:36 +0200</pubDate>
        </item>
</channel>
</rss>