<?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: Select and deselect behavior with left or right click</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-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/select-and-deselect-behavior-with-left-or-right-click/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>vmillard on Select and deselect behavior with left or right click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21984</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21984</guid>
        	        	<description><![CDATA[<p>Thanks for taking a look at this Tony.&#160;</p>
</p>
<p>Thanks to you Kirk, the workaround works well for a left click, it&#39;s perfect ! Unfortunately it&#39;s not effective for a right click.</p>
]]></description>
        	        	<pubDate>Mon, 07 Feb 2011 16:06:22 +0200</pubDate>
        </item>
        <item>
        	<title>KirkOlson on Select and deselect behavior with left or right click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21981</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21981</guid>
        	        	<description><![CDATA[<p>Here is a workaround my brother and I came up with, just place the following code in the beforeSelectRow event:</p>
</p>
<p>&#160;&#160;&#160;&#160;&#160; beforeSelectRow: function(rowid, e) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; if ($(this).getGridParam(&#39;selrow&#39;) == rowid) {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return false;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; } else {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; return true;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</p>
]]></description>
        	        	<pubDate>Mon, 07 Feb 2011 14:43:40 +0200</pubDate>
        </item>
        <item>
        	<title>felipeniga on Select and deselect behavior with left or right click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21855</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21855</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>Thanks. Yes I will change this to its brevious behaviour and mybe add a parameter to simulate the existing one.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>Hi tony. I have the same problem. While you dont implement a solution in a new version, is there anyway to override this function to change this behavior? Or some change directly at source code of jqgrid.js? I finished my project and some users are bothering me about that.</p>
<p>Excelent job with jqgrid.</p>
<p>Thanks a lot!</p>
]]></description>
        	        	<pubDate>Thu, 27 Jan 2011 23:07:36 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Select and deselect behavior with left or right click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21825</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21825</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Yes I will change this to its brevious behaviour and mybe add a parameter to simulate the existing one.</p>
</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 26 Jan 2011 17:17:56 +0200</pubDate>
        </item>
        <item>
        	<title>KirkOlson on Select and deselect behavior with left or right click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21819</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21819</guid>
        	        	<description><![CDATA[<p>I second this motion! I have the exact same problem. Any suggestions anyone?</p>
]]></description>
        	        	<pubDate>Tue, 25 Jan 2011 17:15:06 +0200</pubDate>
        </item>
        <item>
        	<title>vmillard on Select and deselect behavior with left or right click</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21735</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/select-and-deselect-behavior-with-left-or-right-click#p21735</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>When you click on a row, she appears selected (highlight) and if you click again on the same row, it deselect it.</p>
</p>
<p>My question : is there a way to change this behavior ? what I want to do is when I click on a row, it select it, and if I click again, it keep the row selected. Is it doable ?</p>
</p>
<p>In more specific way, i use the contextMenu and when I right click on a row, I grab row&#39;s id to check a status in my database and I offer some actions (in the context menu) to the user depending the row&#39;s status. the problem occur when i right click on a selected row : it deselect it, so my context menu become unusable.</p>
</p>
<p>Thx in advance for your help</p>
]]></description>
        	        	<pubDate>Mon, 17 Jan 2011 17:05:31 +0200</pubDate>
        </item>
</channel>
</rss>