Getting Started

In order to use Telerik RadNumericBox control in your application you have to add reference to the Telerik UI for Universal Windows Platform SDK:

Right-click on your project > Add Reference > Universal Windows > Extensions > select Telerik UI for Universal Windows Platform > tap/click OK.

If adding binaries instead, you will need references to the following files:

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

To add them:

Right click on your project > Add Reference > Browse > C:\Program Files (x86)\Telerik\UI for Windows Universal Windows Platform Rx 20xx\Binaries > select the relevant files > tap/click OK.

To use RadNumericBox in XAML you have to add the following namespace declaration in the main page: xmlns:telerik="using:Telerik.UI.Xaml.Controls.Input"

Here is an example showing how to declare a new RadNumericBox instance:

<telerik:RadNumericBox/>
In this article