All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
How can have the Tabs in TabStrip NOT all UpperCase?
I need them to be exactly as the title.
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