<?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: rowsave, please help me!</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me</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/rowsave-please-help-me/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on rowsave, please help me!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5218</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5218</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Try first with rowid only and then add parameters step by step to see what is it.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 11 Mar 2009 02:31:46 +0200</pubDate>
        </item>
        <item>
        	<title>missa on rowsave, please help me!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5165</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5165</guid>
        	        	<description><![CDATA[<p>Thank you TOny,</p>
<p>But I use another method. I use EDIT ROW such as bellow:</p>
<p>&#160;&#160;&#160; &#160;<strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#client&#39;).editRow(invid,true,pickdates,&#39;&#39;,&#39;/paiement/traitement/mise_a_jour_bd.php&#39;,{&#39;invid&#39;:+ret.invid},&#39;&#39;,onerrorfunc);</strong></p>
<p>because in the doc, it&#39;s writtent:</p>
<p><strong>If keys is true, then the remaining settings -- succesfunc, url, extraparam, aftersavefunc and onerrorfunc -- are passed as parameters to the saveRow method when the [Enter] key is pressed (saveRow does not need to be defined as jqGrid calls it automatically). For more information see saveRow method below.</strong></p>
<p>thank you for youor help. I sorry for this question because I&#39;m a novice in informatic and web development.</p>
<p>Regards.</p>
<p>Aurore</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 09:18:37 +0200</pubDate>
        </item>
        <item>
        	<title>tony on rowsave, please help me!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5152</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5152</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The placef of parameters are wrong. If this will help here is:</p>
<p>saveRow : function(rowid, succesfunc, url, extraparam, aftersavefunc,errorfunc)</p>
</p>
<p>Hope this help. Refer to docs for the palce and order of parameters</p>
<p>Regsrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 06 Mar 2009 00:52:52 +0200</pubDate>
        </item>
        <item>
        	<title>missa on rowsave, please help me!</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5103</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/rowsave-please-help-me#p5103</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I want update my database on mysql after update data on my grid.</p>
<p>I write this code, but it do nothing except bugging firefox</p>
</p>
<p>onSelectRow: function(invid){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; if(invid &#38;&#38; invid!==lastsel){<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#mygrid&#39;).restoreRow(lastsel);&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;</p>
<p>&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#mygrid&#39;).saveRow(<span style="color: #ff0000;">invid,<span style="color: #ff00ff;">&#39;/paiement/traitement/mise_a_jour_db.php&#39;</span></span>,<span style="color: #3366ff;">{&#39;name:&#39;invid&#39;,name:&#39;invdate&#39;,name:&#39;name&#39;,name:&#39;amount&#39;,name:&#39;tax&#39;,name:&#39;tax&#39;,name:&#39;total&#39;,name:&#39;note&#39;}</span>);&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160; &#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; jQuery(&#39;#mygrid&#39;).editRow(invid,true);&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; lastsel=invid;&#160;&#160;&#160; </p>
<p>&#160;&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; }&#160;&#160;&#160; &#160;&#160;</p>
<p>In red, it&#39;s my rowid, in pink it&#39;s my URL to programm to updating my database and in blue, it&#39;s my extraparameter.</p>
<p>I Have certainly an error in my script, Can you help me please to relsove it.</p>
<p>thank you.</p>
<p>Aurore&#160; &#160;&#160;&#160; &#160;&#160;&#160;</p>
<p>PS: I already read documentation but I don&#39;t understand how write saverow parameter?!</p>
]]></description>
        	        	<pubDate>Wed, 04 Mar 2009 08:26:04 +0200</pubDate>
        </item>
</channel>
</rss>