Changing the font size/family

Docs

The font size and family can be changed by supplying arguments to the rendering of the DbNetSuiteCore stylesheet. This can also be achieved by setting FontSize and FontFamily in the appSettings.json file.

Font Size   Font Family
Razor
                                
                                        
DbNetGridCore customersGrid = new DbNetGridCore("northwind", "customers");
@customersGrid.Render()