All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Scheduler
/
Trying to get Full Day name to show in the month view header
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Neil
8 posts
Member since:
Oct 2011
Posted 07 Oct 2011
Link to this post
The title says it all really. I currently have "Mon", "Tue", etc... and I want "Monday", "Tuesday", etc...
I don't see a good method of doing this, and wondered if it was possible? Thanks!
Neil
8 posts
Member since:
Oct 2011
Posted 07 Oct 2011
Link to this post
I figured it out - very simple actually!
radEvents.MonthView.ColumnHeaderDateFormat = "dddd"
Back to Top
Close