Getting Started

This help article shows how to create a RadCalendar from scratch.

First, add a reference to the needed assemblies:

  • Telerik.Core.dll
  • Telerik.UI.Xaml.Primitives.dll
  • Telerik.UI.Xaml.Input.dll

Alternatively, you can add a reference to Telerik UI for Universal Windows Platform SDK.

Next, add the Telerik.UI.Xaml.Controls.Input namespace:

xmlns:telerikInput="using:Telerik.UI.Xaml.Controls.Input"

Declare the RadCalendar that is in the Telerik.UI.Xaml.Controls.Input namespace. Here is the XAML declaration:

<telerikInput:RadCalendar/>

Calendar-Getting Started

In this article