Categories | Question details Back To List | ||
Hello! I want to write in header the information in vertical position.How can I do this?
TIA Answer posted by Support on Jul 09, 2008 03:05 There is no cross-browser way to achieve such functionality. The only possible solution - made the images , where necessary text printed in necessary direction and use them instead of text labels. grid.setHeader("<img src='v1.gif'>,<img src='v2.gif'>,<img src='v3.gif'>"); |