Using combo_v in Grid, missing scrollbar

Hi,
I use the ‘combo_v’ option so that there is a “dropdown” arrow in the combo cell of a grid. Using this option there is no horizontal scrollbar in the dropdown, it appears that the dropdown is autosizing to the number of rows in the list.
If I change the celltype to “co” the the scrollbar appear.

Any suggestion on how to get the scrollbar to appear.

Many Thanks
Rory

Unfortunately we cannot reproduce this issue locally. Please open ticket at support.dhtmlx.com/ and provide us complete demo where we can reproduce it.

Hi,
Thanks for the swift reply, can you point me to a working sample for combo_v, I cannot locate one anywhere under the samples.

Many Thanks

Rory

There is no public “combo_v” example. This eXcell type is experimental extension and isn’t included at the official version.

Solution / Work Around.

In dhtmlxcombo.css change .dhx_combo_list > height: to a fixed size. The default is auto. For my app 150px worked a treat.