Hi,
Can you tell me how to change the visible options’ font size present in combobox (coro) column type in Grid ?
dhtmlxgrid.css
.dhx_combo_select{
font-family:arial;
font-size:12px;
border:1px solid;
border-color:black silver silver black;
background-color:white;
overflow:hidden;
cursor:default;
position:absolute;
height:auto;
z-index:600;
}
.dhx_combo_edit{
width:100%;
border:0px;
padding:0px;
padding-right:1px !ie;
margin:0px;
font:12px arial;
overflow:hidden;
}
Hi there,
Can we change it thru some API’s so it will not affect other grid’s coro column type ?
There is no simple way to have this style differently for different grid instances. All grids will share the same settings.