Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
WebDataGrid Vertical Column Headings ?
posted

How can I get the text in my webdatagrid column headings so they have vertical text orientation?

Thanks

Parents
No Data
Reply
  • 22852
    Offline posted

    Hello,

    You could add a transform to the igg_HeaderCaption class:

    .igg_HeaderCaption {

    transform: rotate(90deg)

    }

    Note that the class may be different if you are using a style set other than the default and you may also need to increase the height of the header to fit the text.

Children
No Data