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

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;