Given the grid toolbar code below, is there a reason why the Excel and PDF buttons show in a heavier font weight than the Create button?
Please see the attached bitmap.
Is there a workaround?
Ken
.ToolBar(toolbar => toolbar.Create().Text("Add new Customer")).ToolBar(toolbar => toolbar.Excel().Text("Export to Excel")).ToolBar(toolbar => toolbar.Pdf().Text("Export to PDF"))