<?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: Cancel event bubbling for onSelectRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow</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/cancel-event-bubbling-for-onselectrow/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tomtuo83 on Cancel event bubbling for onSelectRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p16347</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p16347</guid>
        	        	<description><![CDATA[<p>Hi</p>
<p>I Had the same problem.</p>
<p>Solved it using &#60;input type="image"&#62; instead of &#60;img&#62;.</p></p>
]]></description>
        	        	<pubDate>Sun, 11 Apr 2010 21:33:53 +0300</pubDate>
        </item>
        <item>
        	<title>postb99 on Cancel event bubbling for onSelectRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p14675</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p14675</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>When I tried to apply the solution proposal in my code (a cell&#39;s content is some clickable image, with JqGrid 3.6.2), since inline event such as &#60;img ... onclick="... return false;" &#62; didn&#39;t work (returning false doesn&#39;t cancel event bubbling), I tried to add an inline script and stumbled into a new problem : the jqGrid "td" title is set to td content filtered by jgrid.striphtml function. When I have a &#60;script type="text/javascript"&#62;blah&#60;/script&#62; piece of code, it keeps "blah".</p>
</p>
<p>Would it be smart to have&#160; a more strict function for setting td&#39;s title ? Would there be some escaping characters I could use instead ?</p>
</p>
<p>Thanks,</p>
</p>
<p>Barbara</p>
]]></description>
        	        	<pubDate>Wed, 10 Feb 2010 12:19:44 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Cancel event bubbling for onSelectRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p8302</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p8302</guid>
        	        	<description><![CDATA[<p>("#mybutton").click(function() {</p>
<p>// do something</p>
<p><strong>return false;</strong></p>
<p>})</p>
]]></description>
        	        	<pubDate>Thu, 06 Aug 2009 10:08:44 +0300</pubDate>
        </item>
        <item>
        	<title>Joe on Cancel event bubbling for onSelectRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p8284</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/cancel-event-bubbling-for-onselectrow#p8284</guid>
        	        	<description><![CDATA[<p>I&#39;ve got a grid that has row delete buttons on each row but the row also has onSelectRow event handling to enable cell editing.&#160; My problem is the cell editing is getting triggered when the delete button is clicked and I can&#39;t figure out how to cancel the event bubbling so the onRowSelect isn&#39;t triggered.&#160; I&#39;m using delGridRow method to delete the row via the button onclick event.&#160; Does anyone know how to cancel the event bubbling in the onclick event handler so the onSelectRow doesn&#39;t get triggered or is there a better way to accomplish what I&#39;m trying to do?&#160; If I can&#39;t figure out a way I&#39;ll probably just switch to use an edit row button instead of onSelectRow</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Wed, 05 Aug 2009 15:23:35 +0300</pubDate>
        </item>
</channel>
</rss>