how to set alignment on grid header

if i want to set alignment of header on my dhtmlx grid, What i can do?

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;”])