New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Structure

The four types of RadInput controls (RadTextBox, RadNumericTextBox, RadMaskedTextBox, and RadDateInput) all have the same basic structure except that only RadNumericTextBox has spin buttons. This structure is illustrated below for RadNumericTextBox:

Structure

At a minimum, the RadInput control has an input area, where the user can type in a value. Optionally, the RadInput control can include up to three additional areas:

  • If the Label property is set, a text label appears to the left of the input area.

  • If the ShowSpinButtons property is True, a pair of spin buttons appear to the side of the input area.

The ShowSpinButtons property is only available for RadNumericTextBox .

  • If the ShowButton property is True, a generic button appears to the side of the input area.
In this article