<?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: small bug in the 'click' event handler of the grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/small-bug-in-the-click-event-handler-of-the-grid</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/small-bug-in-the-click-event-handler-of-the-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on small bug in the 'click' event handler of the grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/small-bug-in-the-click-event-handler-of-the-grid#p25648</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/small-bug-in-the-click-event-handler-of-the-grid#p25648</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
<p>the click event handle defined in the <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.base.js#L2314-2370" target="_blank">grid.base.js</a>&#160;contains <strong>return this;</strong> statements (see <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.base.js#L2318" target="_blank">here</a> and <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.base.js#L2369" target="_blank">here</a>) which is not a hard bug, but which is incorrect. One should replace <a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.base.js#L2369" target="_blank">the first statement</a>&#160;to <strong>return;</strong> and remove the last statement (<a href="https://github.com/tonytomov/jqGrid/blob/v4.3.1/js/grid.base.js#L2368-2370" target="_blank">the last three lines</a> of the event handler).</p>
<p>Best regards<br />Oleg&#160;</p></p>
]]></description>
        	        	<pubDate>Fri, 13 Jan 2012 00:33:51 +0200</pubDate>
        </item>
</channel>
</rss>