Table column titles and row cells alignment.

Hello,



Titles borders and cell borders in my table have wrong alignment, meaning that left border of data cells are not under the left border of the header cells (I wish I could post a screenshot to describe this). The table configured through XML:



<?xml version="1.0" encoding="UTF-8"?>



    

        Date

        Error Code

        Description

        Reporter

        Server

    

    

        px

    

    

        INFO

        06/04/2008 17:44

        some data

        some data

        some data

        





What could be wrong?



Regards,

Yuri

Such situation may occur when
a) some global css rules used against TD|TR|DIV elements ( they can override grid default settings and cause distortion )
b) grid initialized in some not rendered container ( issue common for split mode, must not occur in normal mode )
c) there is a known issue with calling adjustColumnSize against hidden column

In case of plain initialization the same XML works correctly in all common browsers ( please check attached sample )

If problem still occurs for you - please send any kind of sample - you can send it directly to support@dhtmlx.com

1212599847.zip (83.4 KB)