Columns with vertical orientation

Is it posible to have some columns of a grid with vertical orientation? this is to decrease my grid’s width…

There is no native support of such feature, but you can attach any css to cells from initialization XML and modify the look of grid by it


    normal
    strange
    normal
    …

and in HTML


    .my_css{
    //any styles here, including vertical text orientation
    }