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

Tabs in TabStrip are UpperCase

1 Answer 190 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ofer
Top achievements
Rank 1
Veteran
Ofer asked on 12 Aug 2020, 12:34 PM

How can have the Tabs in TabStrip NOT all UpperCase? 

I need them to be exactly as the title.

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 13 Aug 2020, 07:33 AM

Hello, Ofer,

This can be done with the following CSS rule as we are setting them to all upper case via CSS:

.k-tabstrip-items {
    text-transform: none;
}

Regards,
Stefan
Progress Telerik

Tags
General Discussions
Asked by
Ofer
Top achievements
Rank 1
Veteran
Answers by
Stefan
Telerik team
Share this question
or