Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 3.43 KB

overview.md

File metadata and controls

53 lines (37 loc) · 3.43 KB
title page_title description slug tags published position CTAControlName
Overview
Overview
Check our "Overview" documentation article for the RadNumericUpDown {{ site.framework_name }} control.
radnumericupdown-overview
overview
true
0
RadNumericUpDown

{{ site.framework_name }} NumericUpDown Overview

RadNumericUpDown provides a rich user experience by allowing users to define various value formats, as well as additionally customize them to meet the customers' business requirements. Besides the predefined numeric, percentage and currency formats, developers can also create their custom formats. Additionally, the control allows you to define minimum and maximum values to which the user can increment/decrement the input’s value.

{% if site.has_cta_panels == true %} {% include cta-panel-overview.html %} {% endif %}

{{ site.framework_name }} RadNumericUpDown Overview

Key Features

  • Formatting options: You can set different formatting options to be applied over the control's value. Read more about this in the [Formatting]({%slug radnumericupdown-formatting%}) article.

  • Keyboard and mouse support: The control supports updating the value via the keyboard and the mouse. You can do that with the mouse wheel or the up/down and page up/down keys. Read more about this in the [Keyboard Support]({%slug radnumericupdown-navigation%}) article.

  • Different display modes: RadNumericUpDown allows you to change between two display modes. The default one is the up-down mode that shows a textbox input and paired arrow buttons next to it. And the other one displays only the arrow buttons. You can switch between the modes via the ShowTextBox boolean property.

  • Custom value change step: The control allows you to define the value step that will be applied to the value upon each increase/decrease. Read more about this in the [Behavior]({%slug radnumericupdown-behavior%}) article.

  • Read-only mode: RadNumericUpDown supports read-only mode in which the end user cannot set custom values.

tip Get started with the control with its [Getting Started]({%slug radnumericupdown-drag-and-drop%}) help article that shows how to use it in a basic scenario.

Check out the demos at {% if site.site_name == 'Silverlight' %}demos.telerik.com{% endif %}{% if site.site_name == 'WPF' %}demos.telerik.com{% endif %}

{% if site.site_name == 'WPF' %}

Telerik UI for WPF Support and Learning Resources

See Also

  • [Visual Structure]({%slug radnumericupdown-structure%})
  • [Behavior]({%slug radnumericupdown-behavior%})