No grid data in IE8

Hello everybody

I have the following XML:

<rows>
 <head>
  <column width=" 160%" type="ro" align="left" sort="str">PlannedFor</column>
  <column width=" 130%" type="ro" align="left" sort="str">Subject</column>
  <column width=" 100%" type="ro" align="left" sort="str">Company</column>
 </head>
 <row id="1">
  <cell><![CDATA[AVA]]></cell>
  <cell><![CDATA[TimePRO archief database 2010 documenten aanpasbaar maken]]></cell>
  <cell><![CDATA[Stabo]]></cell>
 </row>
 <row id="2">
  <cell><![CDATA[AVA]]></cell>
  <cell><![CDATA[Controle configurators]]></cell>
  <cell><![CDATA[Vooruitzicht]]></cell>
 </row>
 ...
</rows>

This is all perfectly rendered in Firefox and other browsers except Internet Explorer. In IE only the column headers are displayed:

The error information:

[code]Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; .NET4.0C; Tablet PC 2.0; LEN2)
Timestamp: Fri, 8 Apr 2011 07:14:53 UTC

Message: Invalid argument.
Line: 72
Char: 207
Code: 0
URI: …/dhtmlxgrid.js?OpenJavascriptLibrary

Message: Invalid argument.
Line: 72
Char: 207
Code: 0
URI: http://server4.x54.local:800/kpddoc/dhtmlx26.nsf/dhtmlxgrid.js?OpenJavascriptLibrary
[/code]

Hope this is information enough to help me.

You need to change your code in on the following:

[code]
PlannedFor
Subject
Company

%

[/code]

Really appreciate the quick reply…

I must disappoint you. Added the settings tag and now even my column headers are gone.

Oke, just saw that I forgot to remove the “%”. Now it works. Thanks alot!