Available for: Windows 8.1 | Windows Phone 8.1

Getting Started

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

Right-click on your project > Add Reference > Windows 8.1 > Extensions > select Telerik UI for Windows Universal > 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 Windows Universal 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/>