I have very specific needs as far as how the calendar is formatted. I need it to look like the attached file. I can get the 2-month view working but not the text of the months. I appreciate any help anyone can give. Here's what I have so far:
<telerik:RadCalendar RenderMode="Lightweight" ID="radCalendar" runat="server" EnableNavigation="true" ShowRowHeaders="false" EnableMonthYearFastNavigation="true" ShowFastNavigationButtons="false" ShowNavigationButtons="false" MultiViewColumns="2" MultiViewRows="1" EnableMultiSelect="true"><ClientEvents OnDateClick="radCalendar_OnDateClick" /></telerik:RadCalendar>