line-height:20px;

Hello Support,



I am using multiline mode.

I have asked solution for making default row height as same to the default Row height in normal mode.



This was your solution

line-height:20px;



I added this line in both dhtmlxgrid.css and dhtmlxgrid_skins.css.

When I checked row height on cell edit event I found row height as 24.

Why 24? It should be 20.



It based on used skin, some skin may add padding value to the cell, according to the DOM css model - borders, paddings, margins added to used line height, so you will get
    height = line-height + padding