DHX Grid : Allignment Issues for Header Text Texas well as

Hi there,

I have following issue with Grid. Please Help.

Image Link: img384.imageshack.us/my.php?imag … suehj2.jpg

how to center align the header cell

The third parameter of the setHeader method is array of cells’ styles:

grid.setHeader(“Col 1,Col 2,Col 3,Col 4”,"",["","","",“text-aligh:center”]);

Regarding cell problem:
In case of using html tags, the text align of the cells can be different from the default. So, you should set the necessary style for these tags. For example:

<![CDATA{



]]>

Hi there,
             How to do header text alignment in XML ???
             I used align=“center”, but it center alignes the data under that header, not header text.