Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mongkol on Jul 20, 2008 22:54
open dhtmlx forum
how to set alignment on grid header

if i want to set alignment of header on my dhtmlx grid, What i can do?
Answer posted by Support on Jul 21, 2008 02:36
The default settings defined in dhtmlxgrid.css, you can change them there, or just use 3rd parameter of setHeader command

    grid.setHeader("A,B",null,["text-align:left;","text-align:right;"])