<?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: Saving off row when selecting another row during inline editing</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing</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/saving-off-row-when-selecting-another-row-during-inline-editing/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>FusionGuy on Saving off row when selecting another row during inline editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing#p17971</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing#p17971</guid>
        	        	<description><![CDATA[<p>Thank you, Tony.</p>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 17:17:38 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Saving off row when selecting another row during inline editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing#p17962</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing#p17962</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>You can play with onSelectRow, also using the example from the demo you can replace restoreRow with saveRow</p>
<p>Something like</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9787' value='Select Code' data-codeid='sfcode9787' /></p>
<div class='sfcode' id='sfcode9787'>
<p>onSelectRow: function(id){</p>
<p>if(id &#38;amp;&#38;amp; id!==lastsel){</p>
<p><strong>jQuery(&#39;#rowed3&#39;).jqGrid(&#39;saveRow&#39;,lastsel); </strong></p>
<p>jQuery(&#39;#rowed3&#39;).jqGrid(&#39;editRow&#39;,id,true);</p>
<p>lastsel=id; 		}</p>
<p>},</p>
</div>
]]></description>
        	        	<pubDate>Wed, 16 Jun 2010 14:05:51 +0300</pubDate>
        </item>
        <item>
        	<title>FusionGuy on Saving off row when selecting another row during inline editing</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing#p17833</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/saving-off-row-when-selecting-another-row-during-inline-editing#p17833</guid>
        	        	<description><![CDATA[<p>We have a grid which uses inline editing.&#160; The row is edited and saved after pressing the Enter key.&#160; My question is this:&#160; Is there a way to save off the current row being edited, when clicking on another row?&#160; This would eliminate the need to press Enter of course.&#160; Any suggestions are appreciated.&#160; Thank you.</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 18:46:12 +0300</pubDate>
        </item>
</channel>
</rss>