<?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: Jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-1</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/jqgrid-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>hipancha on Jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21279</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21279</guid>
        	        	<description><![CDATA[<p>thanks mate , the work around of dbl click worked for me</p>
]]></description>
        	        	<pubDate>Tue, 14 Dec 2010 15:41:44 +0200</pubDate>
        </item>
        <item>
        	<title>hipancha on Jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21278</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21278</guid>
        	        	<description><![CDATA[<p>thanks for the reply</p>
<p>But i only want to determine which all rows has been edited by pressing enter key</p>
]]></description>
        	        	<pubDate>Tue, 14 Dec 2010 14:58:57 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21277</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21277</guid>
        	        	<description><![CDATA[<p>Is it a problem to save the row locally if is is not changed?</p>
<p>If you don&#39;t like this&#160;behaver, you can save only the rows where the user pressed "Enter" on the end of the editing see <a href="http://stackoverflow.com/questions/2863874/jqgrid-edit-only-certain-rows-for-an-editable-column/2866685#2866685" target="_blank">the old answer</a> on the stackoverflow.com, where I use <a href="/jqgridwiki/doku.php?id=wiki:events#list_of_events" target="_blank">ondblClickRow</a> to go in the edit mode.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 14 Dec 2010 14:45:43 +0200</pubDate>
        </item>
        <item>
        	<title>hipancha on Jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21275</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-1#p21275</guid>
        	        	<description><![CDATA[<p>In Jqgrid - inline editing functionality ; <strong>how do i determine that selected row is actually edited by the user</strong></p>
</p>
<p>The below code will try to save all the rows which have been selected by user prior to another rows selection.</p>
<p>and i want the only rows that have been edited not just selected.</p>
</p>
<p>jQuery("#grid_id").jqGrid({<br />...<br />&#160;&#160; onSelectRow: function(id){<br />&#160;&#160;&#160;&#160; if(id &#38;&#38; id!==lastSel){&#160;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;jQuery(this).saveRow(lastSel, true, &#39;clientArray&#39;);</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; lastSel=id;</p>
<p>&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160; jQuery(&#39;#grid_id&#39;).editRow(id, true); <br />&#160;&#160; },<br />...<br />});</p>
]]></description>
        	        	<pubDate>Tue, 14 Dec 2010 14:27:37 +0200</pubDate>
        </item>
</channel>
</rss>