Hi Charles,
Thanks for contacting Syncfusion support.
You can
resolve this by setting the height as auto for headercelldiv.
|
[index.html]
<style>
.e-grid .e-headercelldiv {
height: auto;
line-height: unset;
}
</style>
|
Sample: https://stackblitz.com/edit/angular-qqf1wf-9jgfp1?file=index.html
Please get
back to us if you need further assistance with this.
Regards,
Rajapandiyan S