RadControls for ASP.NET AJAX
Telerik RadCalendar for ASP.NET AJAX Q2 2010
Since Q2 2010 all new functionalities are listed in the control's Release Notes posted here.
Telerik RadCalendar for ASP.NET AJAX Q1 2010
RadCalendar and RadDatePicker/RadDateTimePicker/RadTimePicker controls have new animation type Slide in addition to the default Fade animation. To enable it, you can set the Type property in the particular control ShowAnimation and HideAnimation settings. Find more information here.
CopyASPX
<telerik:RadCalendar ID="RadCalendar1" runat="server">
<FastNavigationSettings>
<ShowAnimation Type="Slide" />
<HideAnimation Type="Slide" />
</FastNavigationSettings>
</telerik:RadCalendar>
<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
<ShowAnimation Type="Slide" />
<HideAnimation Type="Slide" />
</telerik:RadDatePicker>
Telerik RadCalendar for ASP.NET AJAX Q3 2009
With its Q3 2009 version RadDatePicker/RadDateTimePicker/RadCalendar expose integrated fade-in/fade-out JQuery animations on fast navigation and popup show/hide. See this article for details.
Telerik RadCalendar for ASP.NET AJAX Q2 2009
Telerik RadCalendar for ASP.NET AJAX Q3 2008
RadCalendar rendering is now changed to use accessible tables and CSS sprites. All skins are reworked for the new rendering.
RadCalendar now supports binding to List.
RadTimePicker supports binding to custom collection of DateTime.
Telerik RadCalendar for ASP.NET AJAX Q2 2008
There are no major new features introduced in RadCalendar for ASP.NET AJAX Q2 2008 - merely enhancements/optimizations are included.