Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Terry on Mar 12, 2009 13:38
open dhtmlx forum
New 2009Rel1_pro

Hello,

I got the release of dhtmlxSuite 2009 Rel.1 by e-mail today. When I overrided dhtmlsGrid.js, the headings and the rows in grid body is aligned to center. It always is left alignment. I have no idea where I have to take a look.

Thank you.
Answer posted by Support on Mar 13, 2009 02:34
There was not changes in default skin behaviors
In case of Default skin headers center aligned, rows left aligned

Default setting specified in css ( same as in older versions ) 
div.gridbox table.hdr td {
    text-align: center;