Hi Laurens,
Thanks for contacting Syncfusion support.
We are able to reproduce the mentioned issue with the provided code example. To reduce the height of the grid rows we suggest you to use the line-height property instead of height. We have achieved this in the below example.
Refer the below code example.
<style>
.e-grid .e-rowcell {
line-height:5px;
}
</style>
|
Regards,
Sathyanarayanamoorthy