<?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 cursor to hand when pointer is over the rows</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows</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-cursor-to-hand-when-pointer-is-over-the-rows/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on change cursor to hand when pointer is over the rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p30195</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p30195</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Yes this is possible using the cellattr event which can be applied at that column</p>
<p><input type='button' class='sfcodeselect' name='sfselectit6770' value='Select Code' data-codeid='sfcode6770' /></p>
<div class='sfcode' id='sfcode6770'>
<p>&#60;style&#62;</p>
<p>.mypointer&#160; { cursor:pointer }</p>
<p>&#60;/style&#62;</p>
<p>...</p>
<p>colModel : [</p>
<p>...</p>
<p>{ name:&#39;some&#39;,... cellattr : function( rowId, value, rowbject) { return "class=&#39;mypointer&#39;"; } ...&#160; },</p>
<p>...</p>
<p>]</p>
</div>
<p>or use style in&#160; the same function.</p>
<p>I hope you got the point</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Fri, 31 Jan 2014 11:40:37 +0200</pubDate>
        </item>
        <item>
        	<title>JimC on change cursor to hand when pointer is over the rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p30185</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p30185</guid>
        	        	<description><![CDATA[<p>Is it possible to limit it to just one column instead of the entire row?&#160;</p>
]]></description>
        	        	<pubDate>Wed, 29 Jan 2014 17:29:23 +0200</pubDate>
        </item>
        <item>
        	<title>tony on change cursor to hand when pointer is over the rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p16668</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p16668</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>do it like this. Add this after the grid css file is loaded</p>
<p><input type='button' class='sfcodeselect' name='sfselectit4275' value='Select Code' data-codeid='sfcode4275' /></p>
<div class='sfcode' id='sfcode4275'>
<p>&#60;style&#62;</p>
<p>.ui-jqgrid .ui-jqgrid-btable { cursor : pointer; }</p>
<p>&#60;/style&#62;</p>
</div>
<p>or what you want</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 26 Apr 2010 12:28:13 +0300</pubDate>
        </item>
        <item>
        	<title>strike_noir on change cursor to hand when pointer is over the rows</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p16554</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/change-cursor-to-hand-when-pointer-is-over-the-rows#p16554</guid>
        	        	<description><![CDATA[<p>Hi fellow programmer</p>
</p>
<p>I want to change my cursor to hand when my mouse pointer is over the grid&#39;s rows.</p>
<p>How to do that?</p>
]]></description>
        	        	<pubDate>Tue, 20 Apr 2010 08:21:30 +0300</pubDate>
        </item>
</channel>
</rss>