Categories | Question details Back To List | ||
I noticed that the xp style does not allow word
wrapping in the grid header. I tried things like "... I noticed that the xp style does not allow word
wrapping in the grid header. I tried things like "header
line1<br>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. Answer posted on Mar 07, 2007 09:56 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; Answer posted by Inga (Support) on Dec 03, 2014 09:23 To find more precise comments upon this issue, we can offer you read about wordpress ajax calendar and html combobox javascript. |