<?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: ie8 data alignment</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-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/bugs/ie8-data-alignment/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p10233</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p10233</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This work well for me in IE8 in both modes.</p>
<p>Also not sure, but could you please chenage the default font in IE8 and try.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 29 Sep 2009 10:52:33 +0300</pubDate>
        </item>
        <item>
        	<title>jpalac on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p10197</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p10197</guid>
        	        	<description><![CDATA[<p>Hi,</p>
</p>
<p>Just wanted to add that the bug doesn&#39;t happen when ie8 is run in compatibility mode.</p>
</p>
<p>Regards,</p>
</p>
<p>Jo</p>
]]></description>
        	        	<pubDate>Sun, 27 Sep 2009 20:32:53 +0300</pubDate>
        </item>
        <item>
        	<title>jpalac on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9967</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9967</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>I&#39;ve uploaded a copy of this here: <a href="http://ziggyfoo.com/jqgrid/" target="_blank">http://ziggyfoo.com/jqgrid/</a></p>
<p>In the demo you have there&#39;s no cell editing - I&#39;ve made that change in my example. If you click on Client, change the content and click away, the cell no longer lines up under the header.</p>
<p>This is in ie8. in Firefox 3.5.3 this does not happen - the grid works fine. I&#39;m using version 3.5.3 of the grid.</p>
<p>I&#39;ve removed the imgpath parameter too.</p>
<p>Regards,</p>
</p>
<p>Jo</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 20:06:02 +0300</pubDate>
        </item>
        <item>
        	<title>tony on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9911</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9911</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could not reproduce. For me all is ok. Also in the demo page where this example is present, this does not occur.</p>
<p>NOTE: Please the imgapath parameter is NOT valid in 3.5 version. See : <a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.4.x_to_3.5" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....4.x_to_3.5</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 21 Sep 2009 06:42:14 +0300</pubDate>
        </item>
        <item>
        	<title>jpalac on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9895</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9895</guid>
        	        	<description><![CDATA[<p>Tony,</p>
</p>
<p>I&#39;ve taken the example from your demos and added cell edit - here&#39;s the code:</p>
</p>
<p>var gridimgpath = &#39;../jQuery/jqGrid3.5/themes/steel/images/&#39;;<br />jQuery(document).ready(function() {<br />jQuery("#grid").jqGrid({<br />datatype: "local",<br />height: 250,<br />colNames:[&#39;Inv No&#39;,&#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;,&#39;Tax&#39;,&#39;Total&#39;,&#39;Notes&#39;],<br />colModel:[<br />{name:&#39;id&#39;,index:&#39;id&#39;, width:60, sorttype:"int"},<br />{name:&#39;invdate&#39;,index:&#39;invdate&#39;, width:90, editable: true, sorttype:"date"},<br />{name:&#39;name&#39;,index:&#39;name&#39;, editable: true,width:100},<br />{name:&#39;amount&#39;,index:&#39;amount&#39;, editable: true,width:80, align:"right",sorttype:"float"},<br />{name:&#39;tax&#39;,index:&#39;tax&#39;, editable: true,width:80, align:"right",sorttype:"float"}, <br />{name:&#39;total&#39;,index:&#39;total&#39;, editable: true,width:80,align:"right",sorttype:"float"}, <br />{name:&#39;note&#39;,index:&#39;note&#39;, editable: true,width:150, sortable:false} <br />],<br />imgpath: gridimgpath,<br />multiselect: false,<br />forceFit: false,<br />cellEdit: true,<br />cellsubmit: &#39;clientArray&#39;,<br />gridview: true,<br />shrinkToFit: false,<br />viewrecords: true,<br />caption: "Manipulating Array Data"<br />});<br />var mydata = [<br />{id:"1",invdate:"2007-10-01",name:"test",note:"note",amount:"200.00",tax:"10.00",total:"210.00"},<br />{id:"2",invdate:"2007-10-02",name:"test2",note:"note2",amount:"300.00",tax:"20.00",total:"320.00"},<br />{id:"3",invdate:"2007-09-01",name:"test3",note:"note3",amount:"400.00",tax:"30.00",total:"430.00"},<br />{id:"4",invdate:"2007-10-04",name:"test",note:"note",amount:"200.00",tax:"10.00",total:"210.00"},<br />{id:"5",invdate:"2007-10-05",name:"test2",note:"note2",amount:"300.00",tax:"20.00",total:"320.00"},<br />{id:"6",invdate:"2007-09-06",name:"test3",note:"note3",amount:"400.00",tax:"30.00",total:"430.00"},<br />{id:"7",invdate:"2007-10-04",name:"test",note:"note",amount:"200.00",tax:"10.00",total:"210.00"},<br />{id:"8",invdate:"2007-10-03",name:"test2",note:"note2",amount:"300.00",tax:"20.00",total:"320.00"},<br />{id:"9",invdate:"2007-09-01",name:"test3",note:"note3",amount:"400.00",tax:"30.00",total:"430.00"}<br />];<br />for(var i=0;i&#60;=mydata.length;i++)<br />jQuery("#grid").addRowData(i+1,mydata[i]);</p>
<p>});</p>
</p>
<p>&#160;As soon as you go to edit a cell and change its value (text field for example) and click away then the cell&#39;s alignment shifts.</p>
</p>
<p>Regards,</p>
</p>
<p>Jo</p>
]]></description>
        	        	<pubDate>Sun, 20 Sep 2009 18:33:06 +0300</pubDate>
        </item>
        <item>
        	<title>tony on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9815</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9815</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Could not reproduce. A link to the problem will be very helpfull.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 18 Sep 2009 02:31:25 +0300</pubDate>
        </item>
        <item>
        	<title>jpalac on ie8 data alignment</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9763</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/ie8-data-alignment#p9763</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I noticed a post about ie8 and data alignment for multiselect, however I&#39;m having a problem without using multiselect as well.</p>
<p>Basically when the grid loads first time it looks fine, but as soon as I edit a cell that cell&#39;s position changes and it no longer lines up with other cells in the column or the header.</p>
<p>This is using grid 3.5.3 and cellediting.</p>
</p>
<p>Regards,</p>
</p>
<p>Jo</p>
]]></description>
        	        	<pubDate>Tue, 15 Sep 2009 21:58:17 +0300</pubDate>
        </item>
</channel>
</rss>