DhtmlGrid - RowHeight

Hi,
I’m facing a issue that grid row height is increasing .we are using big monitor (screen resolution is 1920*1200 ) and browser is Mozilla.
It happens for the first time loading the page. It showing the grid row height is 38px.

Again we have refresh the page. It showing the grid row height is normal.

We are tried so many code changes. But we cannot find any solution.
Below things i was tried…
First:
mygrid.setAwaitedRowHeight(26);

Second:
div.gridbox table.obj tr {
height: 26px;
}

Third:
div.gridbox table.row20px tr td{
height:26px;
}

Moreover, I have attached the screen shot for ur references.

Note: Grid height problem is only with this screen resolution (1900*1200)

Regards,
S.Dhivya




Unfortunately the issue cannot be reproduced locally.
If the issue still occurs for you, please, provide with a complete demo or a demo link, where the issue can be reconstructed.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo