TMSFMXGrid and Fonts

Hi,


I know I can set the Font of each Cell separately.

But I have a descendant Grid Class in which I want to change the "default" font and fontsize.
Is there an easy way to accomplish this ?

TIA

Hi, 


You can override the DoGetCellLayout virtual method and can set the ALayout.Font property

Works like a charm.

Thanks again for the quick response.