DhtmlXgrid

I am using clist in dhtmlxgrid . But can i incorporate a scrollbar for the clist.if i have list morethan 30 i have to scroll the whole page could u please help atearliest.

You can modify “dhx_clist” css class in necessary way.

.dhx_clist{
height:200px;
overflow:auto;
}