<?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: 4.4.0 subgrid ondblClickRow problem</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem</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/bugs/4-4-0-subgrid-ondblclickrow-problem/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>szczepq on 4.4.0 subgrid ondblClickRow problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem#p26868</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem#p26868</guid>
        	        	<description><![CDATA[<p>thx for an answer. My gridrow id and subgridrow id were different but they could be the same so the problem still occurs. Using idPrefix is a good workaround, i had no idea about this parameter 🙂 i just need to remove prefix manualy when sending gridrow id to get data for subgrid. in other cases is automaticly removed.</p>
]]></description>
        	        	<pubDate>Thu, 28 Jun 2012 09:48:13 +0300</pubDate>
        </item>
        <item>
        	<title>trclark on 4.4.0 subgrid ondblClickRow problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem#p26862</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem#p26862</guid>
        	        	<description><![CDATA[<p>yah I noticed that as well, I saw another post</p>
<p><a rel="nofollow" href="/blog/?page_id=393/bugs/ondblclickrow-and-onrightclickrow-in-subgrid-with-rownumberstrue/" target="_blank">here</a></p>
<p>The issue is to do with non unique row id values when using more than 1 grid on a page</p>
<p>so if you set&#160; idPrefix = "XXX" on the subgrid, you can test the id &#38; verify the event is of interest ..</p>
<p>BUT the double click event still runs, so I am not sure this really is the right fix</p>
<p>It still seems no dbl click event should be raised on the master grid, but setting the idPrefix</p>
<p>allow you to verify the summary event since the row id passed in the dblclick is the XXX + rowID of the detail grid&#8230; so you can trap the id in the a summary and if that id is not for the summary ignore the event</p>
]]></description>
        	        	<pubDate>Wed, 27 Jun 2012 19:02:56 +0300</pubDate>
        </item>
        <item>
        	<title>szczepq on 4.4.0 subgrid ondblClickRow problem</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem#p26847</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/4-4-0-subgrid-ondblclickrow-problem#p26847</guid>
        	        	<description><![CDATA[<p>Have somebody noticed that when you dblclick on subgrid row the ondblClickRow event of both subgrid and mastergrid fires. ID passed to function is the same (from subgrid). I haven&#39;t got such a problem in 4.3.1 version.&#160;</p>
]]></description>
        	        	<pubDate>Mon, 25 Jun 2012 07:15:40 +0300</pubDate>
        </item>
</channel>
</rss>