Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rajakrishna on Mar 06, 2009 05:32
open dhtmlx forum
:: DHX Grid :: Changing the size of co type column

Hi,

How to change the height of the combo when you double click the cell which has co as column type
Answer posted by dhxSupport on Mar 06, 2009 06:55

default height defined through css. (dhtmlxgrid.css line 72)

dhx_combo_select {
background-color:white;
border-color:black silver silver black;
border-style:solid;
border-width:1px;
cursor:default;
font-family:arial;
font-size:12px;
height:auto;
overflow:hidden;
position:absolute;
z-index:600;
}