<?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: multiselect and onRightClickRow</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-onrightclickrow-1</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/multiselect-and-onrightclickrow-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sho on multiselect and onRightClickRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-onrightclickrow-1#p19515</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-and-onrightclickrow-1#p19515</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>Found an easy solution:</p>
</p>
<p><input type='button' class='sfcodeselect' name='sfselectit9851' value='Select Code' data-codeid='sfcode9851' /></p>
<div class='sfcode' id='sfcode9851'>
<p>$(&#39;#yourRowId&#39;).mousedown(function(event) {</p>
<p>&#160;&#160; &#160;if (event.button == 2) {</p>
<p>&#160;&#160; &#160; &#160; &#160;jQuery(&#39;#yourGridId&#39;).setSelection($(this).attr(&#39;id&#39;));</p>
<p>&#160;&#160; &#160;}</p>
<p>});</p>
</div>
]]></description>
        	        	<pubDate>Fri, 03 Sep 2010 11:48:50 +0300</pubDate>
        </item>
        <item>
        	<title>sho on multiselect and onRightClickRow</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/multiselect-and-onrightclickrow-1#p19478</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/multiselect-and-onrightclickrow-1#p19478</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Somewhere in the 3.7 documentation, it says: "When multiselect is set and we use onRightClickRow the row is not selected."</p>
<p>Does anyone have a good workaround for that? Basically, I would like to activate multiselect and still be able to select a row from a right mouse click.</p>
</p>
<p>Thank you for your help.</p>
]]></description>
        	        	<pubDate>Thu, 02 Sep 2010 10:41:24 +0300</pubDate>
        </item>
</channel>
</rss>