Hi
I am working on dynamically updating a dhtmlxgrid attached to a layout.this works fine with the firefox but not with IE. IE only show the header of the first grid and failed to show the rest of the data.
See this link
epiccompliance.com/epic/
You may check the xml produce by the php script through firebug.
Thanks
Florante
Inside configuration xml , change the next
ID
Customer Name
Customer Address
Due Date
Scheduled
as
<column width=“50” type=“ro” align="" sort=“str”>ID
<column width=“280” type=“ro” align="" sort=“str”>Customer Name
<column width=“350” type=“ro” align=“left” sort=“str”>Customer Address
<column width=“100” type=“ro” align=“left” sort=“str”>Due Date
<column width=“100” type=“ro” align=“left” sort=“na”>Scheduled
width attribute must contain just a numeric value , without “px” postfix