Categories | Question details Back To List | ||
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. |