RadControls for Silverlight

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

Note

In order to use RadNumericUpDown 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 herehere.

  1. Drag and Drop the NumericUpDown 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:RadNumericUpDown IsEditable="True" Minimum="10" Maximum="50"></telerik:RadNumericUpDown>