<?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: afterEditRow - not cell</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/aftereditrow-not-cell</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/aftereditrow-not-cell/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on afterEditRow - not cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftereditrow-not-cell#p17235</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftereditrow-not-cell#p17235</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>First you mix cell edit with row edit - they are diffrent. If you look carfully into the docs you will notice this. Every event is related to certain module.</p>
<p>Please look carfully here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ne_editing</a></p>
</p>
<p>Especially here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:inline_editing#saverow" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....ng#saverow</a></p>
<p>and aftersavefunc</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Mon, 17 May 2010 21:31:00 +0300</pubDate>
        </item>
        <item>
        	<title>threepwood on afterEditRow - not cell</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/aftereditrow-not-cell#p17158</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/aftereditrow-not-cell#p17158</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I have 2 quick questions.</p>
<p>1: i use inline editing,  so when you click on a cell it will highlight the entire row and turn it  into input fields, eg :<br /> onSelectRow: function(id){<br /> if(id  &#38;&#38; id!==lastsel){<br /> jQuery(&#39;#rowed3&#39;).jqGrid(&#39;restoreRow&#39;,lastsel);<br /> jQuery(&#39;#rowed3&#39;).jqGrid(&#39;editRow&#39;,id,true);<br /> lastsel=id;<br /> }<br /> },<br />But then, after you have edited the cell and press enter on  keyboard, it will save it.<br />But i have set editurl and url to  "clientSide" since i wan tto write my own logic for saving it to a  server, so i need an event to fire to let me know i have to get the new  data and save it my own way.<br />But there does not seem to be one? in  the wiki i can only find events such as beforeEditCell, afterSaveCell,  only CELL. and these does not even fire either in my case, i have tested  all of them. So how do i detect when the user presses enter and the  data is saved ?</p>
<p>2: i&#39;d like to make it so you dont actually have  to press enter on the keyboard in order to save the new data, i would  like it so if you select another row , or just deselects the current  one, it automatically saves. how do i accomplish this? i guess i need an  event for when a row looses selection, and a way to get the changed  information. And then, what function do i call to save it? i guess the  same one as keyboard-enter calls, but which is that?</p>
<p>Help greatly  appreciated</p>
]]></description>
        	        	<pubDate>Thu, 13 May 2010 19:56:09 +0300</pubDate>
        </item>
</channel>
</rss>