<?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: editGridRow on double click</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-on-double-click</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/editgridrow-on-double-click/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on editGridRow on double click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-on-double-click#p3489</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editgridrow-on-double-click#p3489</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>ondblClickRow: function(rowId) {</p>
<p>$(&#8221;<strong>#</strong>myGrid&#8221;).editGridRow(rowId);</p>
<p>}</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 12 Dec 2008 05:00:06 +0200</pubDate>
        </item>
        <item>
        	<title>fontzter on editGridRow on double click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/editgridrow-on-double-click#p3472</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/editgridrow-on-double-click#p3472</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks for such a wonderful utility!</p>
<p>I wasn&#39;t sure if this should be a feature request or not.&#160; I would like to have the the form edit display for a row when it is double-clicked.&#160; This might be a natural expectation of a savvy user.&#160; I was able to accomplish this using the following property:</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; ondblClickRow: function(rowId) { $("myGrid").editGridRow(rowId); }...</p>
<p>This seemed a little awkward to me so I have a few questions/comments:</p>
<ul>
<li>Is there a cleaner/easier way to accomplish this?</li>
<li>I tried using $(this).editGridRow(rowId); but it would not open.&#160; This seemed strange to me becuase when I debugged <em>this</em> in the firebug console it was the myGrid dom element and I could see the editGridRow function listed.&#160; Maybe it has to do with the initializing sequence.</li>
</ul>
<ul>
<li>Would this be a good feature request?&#160; Maybe adding a property such as <em>editOnDblClick </em>that could be a true/false.</li>
</ul>
<p>Thanks again for your help.</p>
<p>Dave</p>
]]></description>
        	        	<pubDate>Thu, 11 Dec 2008 10:22:10 +0200</pubDate>
        </item>
</channel>
</rss>