Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by venu on Jul 13, 2008 07:33
open dhtmlx forum
dhtmlx grid column hide with many columns not listed properly

Hi

we used setColumnHidden() method to hide columns in the grid.
when right clicked on this option, it is showing all the columns in a list.
if there are many columns, hide/show list box is not showing all the columns with scrollable.
user is unable to select the options from this list box.

let us know how to set this option


thanks
venu
Answer posted by Support on Jul 14, 2008 03:30
You can add next css style to force necessary behavior

       .dhx_header_cmenu{
            overflow-y:auto !important;
            height:100px !important; // <= necessary height value here
        }