<?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: How to retrieve the cell information for mouseover event in jqGrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-the-cell-information-for-mouseover-event-in-jqgrid</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/how-to-retrieve-the-cell-information-for-mouseover-event-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>biajee on How to retrieve the cell information for mouseover event in jqGrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-the-cell-information-for-mouseover-event-in-jqgrid#p27044</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-retrieve-the-cell-information-for-mouseover-event-in-jqgrid#p27044</guid>
        	        	<description><![CDATA[<p>This question is specific to jqGrid. I learned that we can use&#160;.jqgrow&#160;item with&#160;mouseover&#160;event to retrieve the row information like the following:</p>
</p>
<pre class="default prettyprint"><p><input type='button' class='sfcodeselect' name='sfselectit6026' value='Select Code' data-codeid='sfcode6026' /></p><div class='sfcode' id='sfcode6026'>gridComplete: function () {<br />&#160; $(&#39;.jqgrow&#39;).mouseover(function(e) {<br />&#160; &#160; var rowId = $(this).attr(&#39;id&#39;);<br />&#160; &#160; console.log(&#39;You rolled over &#39; + rowId);<br />&#160; });<br />}</div></pre>
<p>My question is how can we retrieve the column information, cell name information and cell content information in such an event. Thanks in advance.<img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
]]></description>
        	        	<pubDate>Wed, 01 Aug 2012 19:40:20 +0300</pubDate>
        </item>
</channel>
</rss>