<?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: Change double click row to single click or touch for mobile device</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device</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/change-double-click-row-to-single-click-or-touch-for-mobile-device/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>nate33 on Change double click row to single click or touch for mobile device</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device#p30623</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device#p30623</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
</p>
<p>You can use onSelectRow event for this purpose - if I understand right.</p>
</p>
<p>Regards</p>
</blockquote>
<hr />
<p>Thank you so much it worked.&#160;</p>
</p>
<p>For anyone else having the same issue here is my function:</p>
</p>
<p>if($.isFunction(this.p.onSelectRow)){</p>
<p>&#160; &#160; $(this).click(function(e){</p>
<p>&#160; &#160; &#160; &#160; console.log("single click");</p>
<p>&#160; &#160; });</p>
<p>}</p>
</p>
<p>I put it right under the ondelClickRow version. &#160;I also had to add a empty function where its set to null on top for some odd reason. &#160;Here is so extra resources <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:events" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....iki:events</a></p>
]]></description>
        	        	<pubDate>Wed, 14 May 2014 23:58:34 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Change double click row to single click or touch for mobile device</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device#p30609</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device#p30609</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>You can use onSelectRow event for this purpose - if I understand right.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 13 May 2014 10:53:47 +0300</pubDate>
        </item>
        <item>
        	<title>nate33 on Change double click row to single click or touch for mobile device</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device#p30597</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-double-click-row-to-single-click-or-touch-for-mobile-device#p30597</guid>
        	        	<description><![CDATA[<p>I need to change a grid so that a user can do a single touch on a mobile device to open the item. The website is using a very old version of jqgrid (3.6 beta2) so I would expect updating to the newest &#160;version would give me a lot of issue. &#160;What would be the best approach? It also needs to know the permission of the user (i.e. admin, attendee), but i think i can handle that. The website is using MVC 2.0 if that matters.&#160;</p>
</p>
<p>Thanks a lot!</p>
]]></description>
        	        	<pubDate>Thu, 08 May 2014 21:35:53 +0300</pubDate>
        </item>
</channel>
</rss>