<?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: Alert "Not Saved" when editing inline jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/alert-not-saved-when-editing-inline-jqgrid</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/alert-not-saved-when-editing-inline-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>violinssoundcool on Alert "Not Saved" when editing inline jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/alert-not-saved-when-editing-inline-jqgrid#p22022</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/alert-not-saved-when-editing-inline-jqgrid#p22022</guid>
        	        	<description><![CDATA[<p>Try this:</p>
</p>
<p>$(&#39;#my_grid&#39;).jqGrid({</p>
<p>&#160;&#160;&#160; ...</p>
<p>&#160;&#160;&#160; onSelectRow: function(row_id){</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#my_grid&#39;).jqGrid(&#39;saveRow&#39;,lastsel);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $(&#39;#my_grid&#39;).jqGrid(&#39;editRow&#39;,row_id,true);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; lastsel=row_id;</p>
<p>&#160;&#160;&#160; },</p>
<p>&#160;&#160;&#160; ...</p>
<p>});</p>
</p>
<p>This won&#39;t save the data when you exit the row, but it will when you click on a different row.</p>
]]></description>
        	        	<pubDate>Wed, 09 Feb 2011 19:54:03 +0200</pubDate>
        </item>
        <item>
        	<title>liberado on Alert "Not Saved" when editing inline jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/alert-not-saved-when-editing-inline-jqgrid#p21963</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/alert-not-saved-when-editing-inline-jqgrid#p21963</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>i&#39;ve a jqgrid with inline editing. But i can only save the edited Data when the User clicks enter or save.&#160;</p>
<p>If the User edit the whole row an then clicked on an other row all changes will be lost. How can i say the User that he shoul save first or how can i save when the User clicks on an other Row ?</p>
<p>Greets Manuel</p>
]]></description>
        	        	<pubDate>Sun, 06 Feb 2011 10:08:35 +0200</pubDate>
        </item>
</channel>
</rss>