How do you enable a scrolling bar in a clist grid column e.g just as how a dropdown scrollbar?
Please, try to use the following css:
<style>
.dhx_clist{
height: 100px;
overflow: auto;
}
</style>
Thank you Sematik!
Worked like magic!
I now have my scrollingbar on the clist for many records