Hi Trent Mosher,
The RadCalendar base stylesheet contains the following CSS rule:
.RadCalendar .rcWeek th
{
text-align:right;
}
You can easily override the above style by using a CSS rule with a higher specificity:
http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx
(Note that .RadCalendar is a CSS class applied to a <table>, not a <div>)
All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.