How to change font when clicked inside a grid column

I'm wondering how I can change the font size when I click inside the grid cell.. I have it set to 11 px upon default, but I want to match it to that size when you actually click inside the cell. The font in this case is increased when editing.

thanks



Attachment: GridFontCellSize_41bc8773.zip

1 Reply

RS Renjith Singh Rajendran Syncfusion Team December 8, 2020 08:56 AM UTC

Hi Chris, 

Greetings from Syncfusion support. 

We suggest you to apply corresponding styles in your application by overriding the default styles to achieve this requirement. Based on this scenario, we suggest you to add the below style to achieve this requirement. 

<style> 
    .e-grid .e-gridform .e-input-group { 
        font-size11px; 
    } 
</style> 


Please get back to us if you need further assistance. 

Regards, 
Renjith Singh Rajendran 


Loader.
Up arrow icon