Hi Gordon,
Thanks for contacting Syncfusion support.
Query: “I'm trying to standardize the row height in a grid and the contents inside the template is collapsing”
We have analyzed the reported query and we are able to reproduce the reported issue at our end also. So kindly use the below solution to overcome the reported issue.
|
<style>
.e-grid-min-height .e-rowcell {
line-height: 13px;
}
</style>
|
Please get back to us if you have further queries.
Regards,
Vignesh Natarajan