Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by jack on Apr 08, 2008 04:31
open dhtmlx forum
how to decrease the height of coro type cell...

i have 3 values in my coro type cell but it can accomodate more then 3 values , so how to reduce this height.
Answer posted by Support on Apr 08, 2008 06:47
The size of coro list hardcoded in dhtmlxgridcell.js
You can change next line ( line 817 in latest codebase )
     this.list.size="6";
to any appropriate number.