<?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: editrow + aftersavefunc + success + onerrorfunc</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc</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/editrow-aftersavefunc-success-onerrorfunc/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>missa on editrow + aftersavefunc + success + onerrorfunc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11638</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11638</guid>
        	        	<description><![CDATA[<p>thank you Tony,<img class="spSmiley" style="margin:0" title="Cool" src="/blog/wp-content/forum-smileys/sf-cool.gif" alt="Cool" /></p>
<p>I anderstand the difference between aftersavefunc and errorfunc.</p>
<p>Thank you for your help!</p>
<p>regards,</p>
<p>Missa<img class="spSmiley" style="margin:0" title="Kiss" src="/blog/wp-content/forum-smileys/sf-kiss.gif" alt="Kiss" /></p>
]]></description>
        	        	<pubDate>Mon, 09 Nov 2009 04:49:42 +0200</pubDate>
        </item>
        <item>
        	<title>tony on editrow + aftersavefunc + success + onerrorfunc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11587</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11587</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You should remove the () from others too.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 06 Nov 2009 09:46:21 +0200</pubDate>
        </item>
        <item>
        	<title>missa on editrow + aftersavefunc + success + onerrorfunc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11580</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11580</guid>
        	        	<description><![CDATA[<p>Ok i find,I write : success(), but we must write success without ()<img class="spSmiley" style="margin:0" title="Yell" src="/blog/wp-content/forum-smileys/sf-yell.gif" alt="Yell" /></p>
<p>But I have always a problem with errofunc and aftersavefunc. in fact, in the wiki documentation it&#39;s written:</p>
<ul>
<li class="level2">
<div class="li">aftersavefunc: if defined, this function is called after the data is saved to the server. Parameters passed to this function are the rowid and the response from the server request.</div>
</li>
<li class="level2">
<div class="li">errorfunc: if defined, this function is called after the data is saved to the server. Parameters passed to this function are the rowid and the the response from the server request.</div>
</li>
</ul>
<p>And it&#39;s the same.</p>
<p>Can you explain me the difference between these <img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
</p>
<p>Regards</p>
</p>
<p>Missa</p>
]]></description>
        	        	<pubDate>Fri, 06 Nov 2009 08:00:00 +0200</pubDate>
        </item>
        <item>
        	<title>missa on editrow + aftersavefunc + success + onerrorfunc</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11575</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editrow-aftersavefunc-success-onerrorfunc#p11575</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I use the version 3.5.</p>
<p>I use editrow and I don&#39;t understand how work onerrorfunc, on succes and aftersavefunc. <img class="spSmiley" style="margin:0" title="Yell" src="/blog/wp-content/forum-smileys/sf-yell.gif" alt="Yell" /></p>
</p>
<p>In fact, each function starts when I click on the row and not after? It&#39;s strange.</p>
</p>
<p>$(&#39;#modif_grid&#39;).editRow(invid,true,pickdates,success(),$url_select,&#39;invid&#39;:+ret.invid,&#39;type_action&#39;:&#39;maj&#39;},aftersavefunc(),onerrorfunc());</p>
<p>&#160;&#160;&#160; function onerrorfunc() {<br />&#160;&#160;&#160; &#160;&#160;&#160; alert(&#39;La mise &#224; jour de la base de donn&#233;es c\\&#39;est mal pass&#233;e!&#39;);&#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; function success() {<br />&#160;&#160;&#160; &#160;&#160;&#160; alert(&#39;La mise &#224; jour de la base de donn&#233;es c\\&#39;est bien pass&#233;e!&#39;);&#160;&#160;&#160; <br />&#160;&#160;&#160; }<br />&#160;&#160;&#160; function aftersavefunc() {<br />&#160;&#160;&#160; &#160;&#160;&#160; alert(&#39;et voila, j\\&#39;ai fini!&#39;);&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; <br />&#160;&#160;&#160; }</p>
</p>
<p>can you help me please.<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
</p>
<p>Regards.<img class="spSmiley" style="margin:0" title="Kiss" src="/blog/wp-content/forum-smileys/sf-kiss.gif" alt="Kiss" /></p>
<p>Missa</p>
]]></description>
        	        	<pubDate>Fri, 06 Nov 2009 02:45:17 +0200</pubDate>
        </item>
</channel>
</rss>