Hi Bob,
Thanks for contacting Syncfusion support.
We suggest you to set the font-size for the “e-headercelldiv” and “e-rowcell” classes to apply the font size for the columns and headers in Grid. We have also prepared a sample based on this requirement, please download the sample from the link below,
Please add the below styles to your application,
<style>
.e-grid .e-headercelldiv{
font-size:7px;
}
.e-grid .e-rowcell{
font-size:7px;
}
</style>
|
Please get back to us if you need further assistance.
Regards,
Renjith Singh Rajendran.