<?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: Misaligned Columns in Grid</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/misaligned-columns-in-grid</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/misaligned-columns-in-grid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>dartmanx on Misaligned Columns in Grid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/misaligned-columns-in-grid#p26913</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/misaligned-columns-in-grid#p26913</guid>
        	        	<description><![CDATA[<p>[Image Can Not Be Found]</p>
<p>The TLDR: The first column of my grid is misaligned, and it looks like the second might be as well.</p>
<p>Details:</p>
<p>This is my first attempt to use jqGrid, and I seem to have a width issue. The first column is wider than the header, which seems to push everything farther and farther to the right.</p>
<p>Here&#39;s an extract of the jqGrid setup (which is tucked into a jquery $(document).ready() function).</p>
<p style="padding-left: 30px;">&#160;&#160;jQuery(&#39;#dataTable&#39;).jqGrid({<br />&#160;&#160;&#160;<a href="/blog/&#39;/retain/reviewSoldierStatus/dataTable.html&#39;" target="_blank">url:&#39;/retain/reviewSoldierStatus/dataTable.html&#39;</a>,<br />&#160;&#160;&#160;datatype:"json",<br />&#160;&#160;&#160;colNames:[&#39;Process&#39;,&#39;Res Date&#39;,&#39;OPT&#39;,(other headings)],<br />&#160;&#160;&#160;colModel:[<br />&#160;&#160;&#160;&#160;{name:&#39;Process&#39;,index:&#39;Process&#39;,width: 80, classes:&#39;border&#39;},<br />&#160;&#160;&#160;&#160;{name:&#39;Res Date&#39;,index:&#39;Res Date&#39;, width: &#39;75&#39;, classes:&#39;border&#39;}, // etc</p>
<p style="padding-left: 30px;">&#160;],<br />width: 600,</p>
<p style="padding-left: 30px;">// etc });</p>
<p>Any ideas?</p>
]]></description>
        	        	<pubDate>Mon, 09 Jul 2012 15:02:18 +0300</pubDate>
        </item>
</channel>
</rss>