Categories | Question details Back To List | ||
DHX Grid: How to change the font size of the combobox options? Hi, Can you tell me how to change the visible options' font size present in combobox (coro) column type in Grid ? Answer posted by Support on Nov 17, 2008 05:34 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; } Answer posted by Tejas Shah on Nov 17, 2008 06:11 Hi there, Can we change it thru some API's so it will not affect other grid's coro column type ? Answer posted by Support on Nov 17, 2008 06:32 There is no simple way to have this style differently for different grid instances. All grids will share the same settings. |