<?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: jqgrid, adding custom tooltip onmouseover?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover</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/jqgrid-adding-custom-tooltip-onmouseover/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>alohaaaron on jqgrid, adding custom tooltip onmouseover?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover#p20916</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover#p20916</guid>
        	        	<description><![CDATA[<p>Thanks Ben.&#160; I have a over 1000 rows with&#160;a large amount of comments.&#160; If I include the comments in my query would this slow the "drawing" of the grid in the browser?</p>
<p>Also does your code popup a tool tip or are you putting the comments in a cell instead?&#160; I don&#39;t think I&#39;d be using the afterinsertrow unless I&#39;m missing something?&#160; On mouseover of the cell I&#39;d like it to popup the tooltip but don&#39;t know what the code for that would be?&#160;&#160; I don&#39;t see that jqgrid has an event for that.&#160; Can I use a JQuery event and tie it into jqgrid?&#160; I use the custom theme redmond and am not sure if that or row highlighting will override it?</p>
]]></description>
        	        	<pubDate>Fri, 19 Nov 2010 21:09:34 +0200</pubDate>
        </item>
        <item>
        	<title>BenRivera on jqgrid, adding custom tooltip onmouseover?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover#p20899</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover#p20899</guid>
        	        	<description><![CDATA[<p>What I do is include all may tooltips in the the grid as hidden columns, then in the afterInsertRow event I do this:</p>
<p>afterInsertRow: function(rowid){<br />&#160; var $ownerid = jQuery(this).getCell(rowid,&#39;ou_name&#39;);<br />&#160; var $wphone = jQuery(this).getCell(rowid,&#39;wphone&#39;);<br />&#160; jQuery(this).setCell(rowid, &#39;name&#39;, &#39;&#39;, &#39;&#39;,{<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; title: $ownerid + &#39; &#39; + $wphone<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; });<br />}</p>
</p>
<p>This way there is only one call to the database for data.</p>
<p>Regards,</p>
<p>Ben</p>
]]></description>
        	        	<pubDate>Fri, 19 Nov 2010 03:29:11 +0200</pubDate>
        </item>
        <item>
        	<title>alohaaaron on jqgrid, adding custom tooltip onmouseover?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover#p20897</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-adding-custom-tooltip-onmouseover#p20897</guid>
        	        	<description><![CDATA[<p>Hi, I have&#160;an ajax tooltip that works fine outside of jqgrid.&#160; When I hover over the link it calls the javascript function which queries the database on the row id and displays the tooltip.&#160;</p>
<p>How do I add it to my&#160;jqgrid in every cell of a specific column so when I hover over a link it dispays&#160;the tooltip?</p>
<p>Here is how I currently execute it.</p>
<p>&#160;echo "&#60;a href=&#39;#&#39; name=&#39;myname&#39; id=&#39;myname&#39; onMouseOver=&#39;ShowTooltip($id);&#39; &#62;VIEW&#60;/a&#62;";</p>
</p>
<p>Also how do I add my own javascript function to be executed&#160;in jqgrid or in jquery?</p>
<p>Thanks!</p>
]]></description>
        	        	<pubDate>Thu, 18 Nov 2010 20:22:25 +0200</pubDate>
        </item>
</channel>
</rss>