Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by gr on Jun 07, 2007 23:33
open dhtmlx forum
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...
Answer posted on Jun 11, 2007 10:57
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

<row>
    <cell>normal</cell>
    <cell class="my_css">__strange__</cell>
    <cell>normal</cell>
    ....

and in HTML

<style>
    .my_css{
    //any styles here, including vertical text orientation
    }
Answer posted by Nadine (Support) on Dec 09, 2014 05:25

Not much can be said in addition to the reply above, but you also can check ajax combobox autocomplete and event calendar c# and find out what we have probably missed in our explanation.