<?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: ondblClickRownot working with jqGridImport</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/ondblclickrownot-working-with-jqgridimport</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/ondblclickrownot-working-with-jqgridimport/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on ondblClickRownot working with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ondblclickrownot-working-with-jqgridimport#p21550</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ondblclickrownot-working-with-jqgridimport#p21550</guid>
        	        	<description><![CDATA[<p>Hi fung,</p>
<p>I am&#160;afraid, you can not set ondblClickRow in the way like you describe. I know jqGridImport not good, but it seems to me that you can not use it to define ondblClickRow in a simply way. You can modify the code of grid.import.js or define ondblClickRow in the way which I described <a href="http://stackoverflow.com/questions/4495453/can-i-change-the-double-click-event-handler-ondblclickrow-for-a-jquery-jqgrid-p/4502667#4502667" target="_blank">here</a>.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Wed, 05 Jan 2011 15:13:23 +0200</pubDate>
        </item>
        <item>
        	<title>fung on ondblClickRownot working with jqGridImport</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/ondblclickrownot-working-with-jqgridimport#p21543</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/ondblclickrownot-working-with-jqgridimport#p21543</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>I have my grid with following config:</p>
<blockquote>
<p>grid.jqGridImport({</p>
<p style="padding-left: 30px;"><span style="white-space: pre;"> </span>impurl: &#39;&#8230;&#39;,</p>
<p style="padding-left: 30px;"><span style="white-space: pre;"> </span>mtype: &#39;POST&#39;,</p>
<p style="padding-left: 30px;"><span style="white-space: pre;"> </span>imptype: &#39;json&#39;,</p>
<p style="padding-left: 30px;"><span style="white-space: pre;"> </span>importComplete: function(){</p>
<p style="padding-left: 60px;">$("#grid").jqGrid(&#39;setGridParam&#39;, {</p>
<p style="padding-left: 90px;"><span style="white-space: pre;"> </span>ondblClickRow: function(id) {</p>
<p style="padding-left: 120px;"><span style="white-space: pre;"> </span>alert(id); // not working</p>
<p style="padding-left: 90px;"><span style="white-space: pre;"> </span>},</p>
<p style="padding-left: 90px;"><span style="white-space: pre;"> </span>onSelectRow: function(id) {</p>
<p style="padding-left: 120px;"><span style="white-space: pre;"> </span>alert(id); // working</p>
<p style="padding-left: 90px;"><span style="white-space: pre;"> </span>}</p>
<p style="padding-left: 60px;">});</p>
<p style="padding-left: 30px;"><span style="white-space: pre;"> </span>}</p>
<p>});</p>
</blockquote>
<p>I actually want to implement a double click inline edit but ehe ondblClickRow is never called.</p>
</p>
<p>I&#39;m using version 3.8.2.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Wed, 05 Jan 2011 05:32:53 +0200</pubDate>
        </item>
</channel>
</rss>