<?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: Grid Header and Content Alignment</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-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/grid-header-and-content-alignment/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7123</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7123</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry but in my testing machine all is working in FF, IE, Safari and Chrome.</p>
<p>The only change that I have made is a way of calling ajax - i.e. I obtain a data via text file.</p>
<p>Try with a only grid in a page whitout using any other css or plugins.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 09 Jun 2009 07:19:46 +0300</pubDate>
        </item>
        <item>
        	<title>rivven on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7083</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7083</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>Thankyou for replying&#8230; I am posting two links:</p>
</p>
<p>1. This is my grid instantiation and binding<br /><a href="http://pastebin.ca/1448700" rel="nofollow" target="_blank">http://pastebin.ca/1448700</a></p>
<p>2. This is the JSON i am passing to the grid via the webservice success<br /><a href="http://pastebin.ca/1448701" rel="nofollow" target="_blank">http://pastebin.ca/1448701</a></p>
<p>Please let me know if there is anything else that might help!</p>
</p>
<p>edit: I know there are no widths on the columns, i forgot I had taken them out while i was trying to figure out the problem.&#160; It is the same alignment problem whether I have column widths or not.</p>
]]></description>
        	        	<pubDate>Fri, 05 Jun 2009 08:35:25 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7050</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7050</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>I do not think that a updateColumns should be used in this case. I think that there is something that is not good either in cofiguration or in the data.</p>
<p>If possible post these or provide a link to the problem</p>
<p>Thanks</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 04 Jun 2009 04:49:52 +0300</pubDate>
        </item>
        <item>
        	<title>rivven on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7013</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p7013</guid>
        	        	<description><![CDATA[<p>Thankyou prbabu, but unfortunately that did not seem to do anything.&#160; I added the updatecolumns() method to my onsuccess webservice like this:</p>
</p>
<p>success: function(msg) {</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; var thegrid = jQuery("#list2")[0];<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; thegrid.addJSONData(eval("(" + msg.d + ")"))<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; thegrid.updateColumns();</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</p>
</p>
<p>I also tried the commenting out the lines in the CSS class, but that did not do anything either.&#160; This is driving me nuts 😉</p>
]]></description>
        	        	<pubDate>Tue, 02 Jun 2009 06:42:29 +0300</pubDate>
        </item>
        <item>
        	<title>prbabu on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p6970</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p6970</guid>
        	        	<description><![CDATA[<p>Hi Rivven,</p>
<p>Have a look at this forum post -</p>
<p><a href="http://www.trirand.com/blog/?page_id=18/bugs/drag-and-drop-shifts-grid-columns-alignment/page-1&#038;value=sf%25members%251%25user1269&#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></p>
<p>Could be a workaround if you are doing everything right and this is a bug.</p>
</p>
<p>Is this happening when you do drag &#38; drop of rows within table?&#160; Also, check whether the data you are sending back to the browser from your server code. Basically the number of cells should match the number of columns in the front-end.</p>
<p>-Praveen</p>
]]></description>
        	        	<pubDate>Fri, 29 May 2009 21:03:58 +0300</pubDate>
        </item>
        <item>
        	<title>prbabu on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p6969</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p6969</guid>
        	        	<description><![CDATA[<p>Hi Rivven,</p>
<p>Have a look at this forum post -</p>
<p><a href="http://www.trirand.com/blog/?page_id=18/bugs/drag-and-drop-shifts-grid-columns-alignment/page-1&#038;value=sf%25members%251%25user1269&#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></p>
<p>Could be a workaround if you are doing everything right and this is a bug.</p>
</p>
<p>Is this happening when you do drag &#38; drop of rows within table?&#160; Also, check whether the data you are sending back to the browser from your server code. Basically the number of cells should match the number of columns in the front-end.</p>
<p>-Praveen</p>
]]></description>
        	        	<pubDate>Fri, 29 May 2009 21:03:58 +0300</pubDate>
        </item>
        <item>
        	<title>rivven on Grid Header and Content Alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p6966</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/grid-header-and-content-alignment#p6966</guid>
        	        	<description><![CDATA[<p>I am having a problem getting my grids styled correctly, in regards to the bottom nav bar,&#160; as well as header and content alignment.</p>
<p>Please refer to the following picture:</p>
<p><a title="Alignment Capture" href="http://www.tealdeer.com/paul/Capture.jpg" target="_blank">http://www.tealdeer.com/paul/Capture.jpg</a></p>
<p>Notice in this picture that the content of the grid does not align with the headers, and the nav bar textbox appears to be cut off.</p>
<p>One of the things I have noticed is that on the status bar of my webpages, it says:</p>
<p>Downloading &#8230;common/scripts/jquery/jqueryui171/css/redmond/images/ui-icons_217bc0_256&#215;240.png&#8230;.</p>
<p>And never finishes.&#160; There are no permission problems on this folder, and all the other images load fine, and going directly to the address of the image works.&#160; It is also not always that image, but for some reason the grid is failing to load images from the jquery ui theme.</p>
<p>If I expand any of the columns above, eventually the grid content and headers will align, but that is the only way I am able to make it display correctly so far.</p>
<p>This is with the latest jquery and jquery ui, with 3.5 build 3 jqgrid, and the latest ui.jqgrid.css file.</p>
<p>If anyone has any ideas on this, your help is very much appreciated!</p>
]]></description>
        	        	<pubDate>Fri, 29 May 2009 12:53:02 +0300</pubDate>
        </item>
</channel>
</rss>