<?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: TH alignment</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/th-alignment</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/th-alignment/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on TH alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/th-alignment#p5617</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/th-alignment#p5617</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Use setLabel method (after you construct the grid) for this purpose. See docs.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 26 Mar 2009 03:26:09 +0200</pubDate>
        </item>
        <item>
        	<title>violinssoundcool on TH alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/th-alignment#p5570</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/th-alignment#p5570</guid>
        	        	<description><![CDATA[<p>Hi.&#160; I need to center some of my column headers, but the align property doesn&#39;t seem to be working for me.&#160; Here&#39;s the general setup of my code:</p>
<p>var columnNames = [&#39;Product&#60;br /&#62;Group&#39;,&#39;&#60;br /&#62;Description&#39;,&#39;On Hand&#60;br /&#62;Weight&#39;,&#39;% of&#60;br /&#62;Total&#39;,&#39;Per Lb&#60;br /&#62;Cost&#39;,&#39;Avg Monthly&#60;br /&#62;Sales Wgt&#39;,&#39;Months&#60;br /&#62;Supply&#39;,&#39;Turnover&#60;br /&#62;Rate&#39;];<br />var columnModel = [<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;id&#39;, resizable:false, index:&#39;id&#39;, width:40, align:&#39;center&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;description&#39;, resizable:false, index:&#39;desc&#39;, width:90, align:&#39;left&#39;, sortable:false},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;ohWeight&#39;, resizable:false, index:&#39;ohWeight&#39;, align:&#39;center&#39;, width:55},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;pctOfTotal&#39;, resizable:false, index:&#39;pctOfTotal&#39;, align:&#39;center&#39;, width:37},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;perLbCost&#39;, resizable:false, index:&#39;perLbCost&#39;, width:43, align:&#39;center&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;avgMWgt&#39;, resizable:false, index:&#39;avgMWgt&#39;, width:71, align:&#39;center&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;monthsSupply&#39;, resizable:false, index:&#39;monthsSupply&#39;, width:50, align:&#39;center&#39;},<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {name:&#39;turnoverRate&#39;, resizable:false, index:&#39;turnoverRate&#39;, width:50, align:&#39;center&#39;}];<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; $("#results").jqGrid(<br />&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; colNames: columnNames,&#160; <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#160;&#160;&#160; colModel: columnModel,&#160; ...</p>
</p>
<p>Would the fact that I&#39;m entering variables for colNames and colModel make a difference?&#160; Can you guys see if I&#39;m missing anything?</p>
]]></description>
        	        	<pubDate>Tue, 24 Mar 2009 11:03:23 +0200</pubDate>
        </item>
</channel>
</rss>