<?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: two lines of text in column heading</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading</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/two-lines-of-text-in-column-heading/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>birt on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p8933</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p8933</guid>
        	        	<description><![CDATA[<p>Thank you,</p>
<p>It works!</p>
<p>/T</p>
]]></description>
        	        	<pubDate>Mon, 24 Aug 2009 06:39:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p8866</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p8866</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Do the same in ui.jqgrid.css - look section header in the css.</p>
<p>Reagrds</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 21 Aug 2009 02:34:02 +0300</pubDate>
        </item>
        <item>
        	<title>birt on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p8802</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p8802</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>The solution you suggested here above (editing grid.css) worked very well for me. But after upgrading to jqGrid 3.5.2 (and themeroller), I have the same problem again.</p>
<p>Is it still possible to increase the height of the column name row as before, so one can have a line break in the header???</p>
<p>/T</p>
]]></description>
        	        	<pubDate>Wed, 19 Aug 2009 07:52:34 +0300</pubDate>
        </item>
        <item>
        	<title>maggie on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p7089</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p7089</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I have a column called "Cases # (Age 0-4)". &#160;I tried to change the css and add break tag in colName. It worked. The column name break into two lines:</p>
<p>Cases #</p>
<p>(Age 0-4)&#160;&#160;</p>
<p>On the edit form, the coloumn name also break into two lines. But I want o keep the column name in one line on the edit form. Is that doable?</p>
<p>Thanks,</p>
<p>Maggie</p>
]]></description>
        	        	<pubDate>Fri, 05 Jun 2009 17:08:11 +0300</pubDate>
        </item>
        <item>
        	<title>tony on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5991</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5991</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Here is the solution which works for me. (Little ugly only in basic theme)</p>
<p>Open the grid.css file and correct the following lines:</p>
<p>table.scroll thead tr th {</p>
<p>...</p>
<p>height:18px;</p>
<p>}</p>
<p>to</p>
<p>table.scroll thead tr th {</p>
<p>...</p>
<p>height:auto;</p>
<p>}</p>
</p>
<p>table.scroll th div {</p>
<p>...</p>
<p>height:18px;</p>
<p>}</p>
<p>to</p>
<p>table.scroll th div {</p>
<p>...</p>
<p>height:auto;</p>
<p>}</p>
<p>and finally</p>
<p>table.scroll th span {</p>
<p>...</p>
<p>height:18px;</p>
<p>}</p>
<p>to</p>
<p>table.scroll th span {</p>
<p>...</p>
<p>height:auto;</p>
<p>}</p>
<p>Do not forget to set the brake tag in colNames</p>
<p>Enjoy.</p>
<p>Regards</p>
<p>Tony</p></p>
]]></description>
        	        	<pubDate>Tue, 14 Apr 2009 01:57:26 +0300</pubDate>
        </item>
        <item>
        	<title>birt on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5924</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5924</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I&#39;m also very interested in getting this work. I have been testing with several methods but never get it working. I have also read a couple of posts before in this forum regarding the same issue. (Only found this post right now <a href="http://www.trirand.com/blog/?page_id=18/help/grid-header-height/page-1&#038;value=header%25height%252&#038;search=1&#038;ret=all" rel="nofollow" target="_blank"><a href="http://www.trirand.com/blog/?p" rel="nofollow">http://www.trirand.com/blog/?p</a>.....38;ret=all</a> ). I can guess there are even more users that migth be interested in this.</p>
<p>I hope there will be a solution to this soon!</p>
<p>Thanks Tony and your team for a great grid!<br />Keep up the good work!</p>
<p>/T</p>
]]></description>
        	        	<pubDate>Wed, 08 Apr 2009 08:07:47 +0300</pubDate>
        </item>
        <item>
        	<title>Jim P on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5912</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5912</guid>
        	        	<description><![CDATA[<p>I tried that and it truncates the second word or its wrapped to the second line&#160;but the&#160;height (currently set to auto) doesn&#39;t adjust &#160;so it&#39;s invisible.</p>
]]></description>
        	        	<pubDate>Tue, 07 Apr 2009 10:01:08 +0300</pubDate>
        </item>
        <item>
        	<title>tony on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5896</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5896</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Never tested, but try colNames:[&#39;Probem &#60;br/&#62;Code&#39;,...]</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 07 Apr 2009 08:18:11 +0300</pubDate>
        </item>
        <item>
        	<title>Jim P on two lines of text in column heading</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5867</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/two-lines-of-text-in-column-heading#p5867</guid>
        	        	<description><![CDATA[<p>Tony,</p>
<p>I&#39;ve searched the documentation and can&#39;t find the answer to this:</p>
<p>Is it possible to make the column heading two lines of text instead of one?</p>
<p>example: Probem Code</p>
<p>want it to be:</p>
<p>Problem</p>
<p>&#160; Code</p>
<p>(without the big space between the lines)</p>
<p>Thanks,&#160; Jim</p></p>
]]></description>
        	        	<pubDate>Mon, 06 Apr 2009 14:06:35 +0300</pubDate>
        </item>
</channel>
</rss>