This is a migrated thread and some comments may be shown as answers.

Mismatched Toolbar Button Fonts

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
kencox
Top achievements
Rank 1
kencox asked on 18 Jan 2016, 11:53 PM

 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"))

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 20 Jan 2016, 08:38 AM
Hi Ken,

I tried to reproduce the described issue on my side but to no avail. I am sending you a simple example based on your toolbar declarations with the latest version of the kendo scripts. Please check it out and let me know what differs in your case.
Additionally I assume that you have some custom css styles which may cause the described behavior. Can you inspect the bolded texts of the buttons and check if there is additional css applied on them.

Looking forward for your reply.

Regards,
Radoslav
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
kencox
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Share this question
or