Hi Andres Alvarado,
We reviewed your query and noticed that you want to
dynamically change the font size in the grid. To meet your requirement, we
adjusted the CSS styles to target specific class names.
For your reference, we have provided a sample code
snippet and relevant knowledge base details."
Code sample :
|
App.js
<style>
{`
.e-grid .e-headercelldiv,
.e-grid .e-rowcell,
.e-grid .e-summarycell,
.e-grid .e-row .e-input-group .e-input.e-field {
font-size: ${fontSize}px;
}
`}
</style>
|
KB Links : How
to change the font size of Grid elements in JavaScript? | Syncfusion
Sample
: Otz7c5
(forked) - StackBlitz
Please get back to us, if you need further assistance
Regards,
Johnson Soundararajan S