<?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: saveRow not work (without error)</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error</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/saverow-not-work-without-error/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>istiti on saveRow not work (without error)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28203</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28203</guid>
        	        	<description><![CDATA[<p>I tray to use your example on demo page: <a title="http://trirand.com/blog/jqgrid/jqgrid.html" href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank"></a><a href="http://trirand.com/blog/jqgrid" rel="nofollow" target="_blank">http://trirand.com/blog/jqgrid</a>.....qgrid.html</p>
<ul>
<li>Manipulating&#160;
<ul>
<li>&#160;Grid Data</li>
</ul>
</li>
</ul>
<p>When you try to update "<a id="a3" href="http://trirand.com/blog/jqgrid/jqgrid.html" target="_blank">Update amounts in row 11</a>" I just want to save it on server side. I tray to do a trigger for simulating keypress : 13 on <strong>editRow </strong>and after <strong>setRowData 🙁</strong></p>
]]></description>
        	        	<pubDate>Fri, 01 Feb 2013 12:20:45 +0200</pubDate>
        </item>
        <item>
        	<title>istiti on saveRow not work (without error)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28197</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28197</guid>
        	        	<description><![CDATA[<p>Oh damage 🙁 I just want sagve my rows after "setRowData" but it not works it&#39;s damage 🙁</p>
</p>
<p>Do you have an exemple/demo please for an"<strong> ajax call</strong>" &#160;for saving my rows ? Cause I don&#39;t know how it works, thank&#39;s tony</p>
]]></description>
        	        	<pubDate>Fri, 01 Feb 2013 11:15:43 +0200</pubDate>
        </item>
        <item>
        	<title>tony on saveRow not work (without error)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28188</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28188</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I&#39;m not 100% sure, but saveRow works only if the row is edited before this - i.e a editRow is called and then saveRow.</p>
<p>I think it is better in your case to use a simple jQuery $.ajax to save the row on server</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Thu, 31 Jan 2013 22:14:48 +0200</pubDate>
        </item>
        <item>
        	<title>istiti on saveRow not work (without error)</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28185</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/saverow-not-work-without-error#p28185</guid>
        	        	<description><![CDATA[<p>Hello I have celledit on true and it works fine even save on server works good &#160;too when I press key ENTER but... but the problem is: I try to setRowData when I click on &#60;button&#62; like this :&#160;</p>
<p>$("button").click( function(){</p>
<p>var randomColor = &#39;#&#39;+Math.floor(Math.random()*16777215).toString(16);</p>
<p>for(var i = 0; i &#60; idsOfSelectedRows.length; i++)</p>
<p>{</p>
<p>var suSet=grid.jqGrid(&#39;setRowData&#39;,idsOfSelectedRows[i],{group:idsOfSelectedRows[0]},{"color":randomColor});</p>
</p>
<p>grid.jqGrid(&#39;saveRow&#39;,"1",</p>
<p>{</p>
<p>"url" : "stockage.php",</p>
<p>"errorfunc":function(){</p>
<p>alert(&#39;test&#39;);</p>
<p>}</p>
<p>});</p>
<p>}</p>
<p>grid.resetSelection();</p>
<p>});</p>
</p>
<p>ALL works just function "saveRow" don&#39;t save something on my server !!! my &#160;url: &#39;stockage.php&#39; is like &#39;editurl&#39; and I haven&#39;t error with &#39;errorfunc&#39;</p>
<p>Do you have some answer for this please ? in firebug I have no error too 🙁 where is the probleme I do this function on "loadComplet" 🙁 Am I writing/using false code ?</p>
]]></description>
        	        	<pubDate>Thu, 31 Jan 2013 18:56:03 +0200</pubDate>
        </item>
</channel>
</rss>