I noticed that the xp style does not allow word
wrapping in the grid header. I tried things like “header
line1
header line2” for a column and it works fine without a
style. But when I use mygrid.setSkin(“xp”); it comes
out “header line 1 header line2” on the same line.<o:p></o:p>
The “xp” skin uses gradient image as
background, it looks good only with header of fixed size. You can disable
current behaviour, but it definitely will look bad.
To remove edit next style in dhtmlxgrid.css
div.gridbox_xp table.hdr td div.hdrcell{ remove next line
white-space : nowrap;<o:p></o:p>