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.
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