<?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 control the Tool Tips?</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips</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-control-the-tool-tips/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>romka on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3751</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3751</guid>
        	        	<description><![CDATA[<p>Thank you so much!</p>
<p>And Happy New Year!</p>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 03:54:52 +0200</pubDate>
        </item>
        <item>
        	<title>tony on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3748</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3748</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>The upcomming release fix this problem allowing to add custom tooltip.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 29 Dec 2008 03:39:42 +0200</pubDate>
        </item>
        <item>
        	<title>mogenshoj on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3715</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3715</guid>
        	        	<description><![CDATA[<p>Each row does have an ID from 0-xx by default (top down). Or you can set it manually (json):</p>
<p>$responce-&#62;rows[0][&#39;id&#39;] = "this_row_id";<br />$responce-&#62;rows[0][&#39;cell&#39;]=array("data_1", "data_2");</p>
<p>You can do it by XML too, check the docs for example.</p>
</p>
<p>Then use native jquery to fetch the cells in the row using children();</p>
<p>example:</p>
<p>alert($("#this_row_id").children().html()); // display first</p>
<p>alert($("#this_row_id").children().next().html()); // display second</p>
<p>alert($("#this_row_id").children().next().next().html()); // display third</p>
<p>Or use some foreach statement, whatever you like. Change/set classes too when you get the element you need.</p>
</p>
<p>If you&#39;re smart in setting it up, its shouldnt be too hard to create a function to create tooltips and get the content from AJAX. I you code each cell manually its gonna be a lot of work.</p>
]]></description>
        	        	<pubDate>Sat, 27 Dec 2008 07:14:48 +0200</pubDate>
        </item>
        <item>
        	<title>romka on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3709</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3709</guid>
        	        	<description><![CDATA[<p>bump</p>
]]></description>
        	        	<pubDate>Wed, 24 Dec 2008 22:21:45 +0200</pubDate>
        </item>
        <item>
        	<title>romka on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3696</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3696</guid>
        	        	<description><![CDATA[<p>Thank you for your answer, but how   is it possible? I need to set custom tooltip for each cell and all of these tooltips must be different. Do you meen i must add separate class for each cell?</p>
<p>And other question: how can  i add class for cell? Manually by javascript? But each cell doesn&#39;t have id.. 🙁</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 22:20:24 +0200</pubDate>
        </item>
        <item>
        	<title>tony on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3674</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3674</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Currently this is added dynamically. I plan to overcome this when you add a some class to that cell and set custom tooltip.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 23 Dec 2008 04:12:10 +0200</pubDate>
        </item>
        <item>
        	<title>romka on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3654</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3654</guid>
        	        	<description><![CDATA[<p>bump</p>
]]></description>
        	        	<pubDate>Mon, 22 Dec 2008 22:09:18 +0200</pubDate>
        </item>
        <item>
        	<title>romka on How to control the Tool Tips?</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3639</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/how-to-control-the-tool-tips#p3639</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I want to control the Tool Tips, which displaying when the mouse over the cell.</p>
<p>How can i do this? For example, I need to show another text in the tool tip, not the text of the cell.</p>
</p>
<p>Thanks.</p>
]]></description>
        	        	<pubDate>Mon, 22 Dec 2008 00:35:17 +0200</pubDate>
        </item>
</channel>
</rss>