Categories | Question details Back To List | ||
Set default row height When users type in text they are only seeing the top 2/3 of the text. Looking in the API I can't find this, but is there a way to set the default row height for the grid as a whole? Thanks Answer posted by Support on Feb 11, 2009 09:46 Grid can work in two modes - fixed row height, single line of text - height of row defined by content ( grid.enableMultiline() ) Height of row for "fixed" mode defined in dhtmlxgrid.css div.gridbox table.row20px tr td{ height:20px; |