RadControls for Silverlight

This article will show you how to create a simple calendar.

Note

In order to use RadCalendar control in your projects you have to add references to the following assemblies:

  1. Telerik.Windows.Controls
  2. Telerik.Windows.Controls.Input

You can find more info here.

  1. Drag and Drop the Calendar control from the toolbox.
     
  2. After you have dropped the control onto the XAML you can manage the control by setting various properties to operate the control's behavior:
    CopyXAML
    <telerik:RadCalendar HorizontalAlignment="Left" VerticalAlignment="Center" 
         x:Name="calendar" Columns="2" ViewsHeaderVisibility="Visible"/>