Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support
Resources
Free Assets and Tools
Design and Productivity Tools
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