<?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: Column header title</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title</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/column-header-title/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Column header title</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3961</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3961</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. The only think that I see is that to th element a preventDefault is used. This is the issue IMHO. But removing this will cause another problem in FF when we try to sort data. Also the problem for me is open.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 14 Jan 2009 08:05:00 +0200</pubDate>
        </item>
        <item>
        	<title>blg on Column header title</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3942</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3942</guid>
        	        	<description><![CDATA[<p>OK</p>
<p>I return to my initial question: do you have any idea why FF3 does not display the title the th (or the div it contains) has?</p>
<p>for instance at <a href="http://bleguern.fr/blg/view/jq_csv.php?lang=en" rel="nofollow" target="_blank"><a href="http://bleguern.fr/blg/view/jq" rel="nofollow">http://bleguern.fr/blg/view/jq</a>.....hp?lang=en</a></p>
<p>firebug shows:</p>
<p><span class="nodeLabelBox repTarget">&#60;<span class="nodeTag">th</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">class</span>="<span class="nodeValue editable">grid_resize</span>"</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">style</span>="<span class="nodeValue editable">width: 59px;</span>"</span><span class="nodeAttr editGroup">&#160;<span class="nodeName editable">title</span>="<span class="nodeValue editable">Jean-Marc Quarin</span>"</span><span class="nodeBracket editable insertBefore">&#62; ...<br /></span></span></p>
<p>but FF3 does not display the title.</p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 12:40:58 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column header title</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3939</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3939</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry do not understand.</p>
<p>Also to do this we need to add a 4 parameter to this method, with wich help we can set attributes. The way that you try will not work since this parameter is set as css and not as attr.I willl add this ( the 4 attribute parameter) in final 3.4 release.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 12:24:58 +0200</pubDate>
        </item>
        <item>
        	<title>blg on Column header title</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3937</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3937</guid>
        	        	<description><![CDATA[<p>I am sorry,</p>
<p>$(&#8221;#grid").setLabel(col_name, new_label,&#160; {&#39;title&#39;: wanted_title})</p>
<p>changes the column label but the title is not set (as firebug shows).</p>
<p>with</p>
<p>$(&#8221;#jqgh_&#8221;+col_name).parent().attr(&#39;title&#39;, wanted_title);</p>
<p>or</p>
<p>$(&#8221;#jqgh_&#8221;+col_name).attr(&#39;title&#39;, wanted_title);</p>
<p>either the th, either the div it contains get the right title attribute (checked under firebug), it displays well under IE, safari, chrome and opera but not in FF3</p></p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 12:18:47 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Column header title</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3933</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3933</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>It is good idea to read the docs. You can use the setLabel method, which do the same.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 12 Jan 2009 10:00:45 +0200</pubDate>
        </item>
        <item>
        	<title>blg on Column header title</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3924</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/column-header-title#p3924</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I have wrote an easy function it adds titles to columns headers.</p>
<p>It works fine under IE, safari, chrome, opera but not under FF3 (Firebug shows that the divs #jqgh_xxx have the right title attribute)</p>
<p>Do you have an idea for a workaround.</p></p>
]]></description>
        	        	<pubDate>Sun, 11 Jan 2009 12:19:22 +0200</pubDate>
        </item>
</channel>
</rss>