Reputation: 11403
Telerik's Scheduler asp.net control got today misspelled. They put it with a lowercase t instead of uppercase T, how can I fix this?
Take a look here for a demo
Upvotes: 1
Views: 547
Reputation: 899
I like Julien Lebosquain's answer better, but for variety here's a CSS solution.
.rsToday { text-transform: capitalize; }
Upvotes: 0
Reputation: 41243
Use <rad:RadScheduler Localization-HeaderToday="Today" />
Upvotes: 3