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
200
how to display a header vertically in a column of a UltrawebGrid control
posted
Can anyone help in this? My column headers are very long,so I want to display them vertically,Can we do that? Thanks
Parents
  • 21382
    posted

    As far as I remember this is a split answer.  

     

    IE allows for  changing the direction on the text to vertical with a custom style attribute, so in the header you would need to change the text to be an html elemet with the text inside.    If your column name is FixedPortal, you would change the Header.Caption to be:

     

     

         <DIV style="WRITING-MODE: tb-rl">FixedPortal    </DIV>

    FireFox doesn't allow for this, and I am unaware of any similar mechanism in FF.

     

Reply Children
No Data