The C1InputNumeric control, derived from C1InputMask, is specialized for editing numeric values. Using the numeric editor, you can specify input without writing any custom validation logic in your application. The following image shows a C1InputNumeric control:
Key Benefits
The key benefits of C1InputNumeric include the following:
- C1InputNumeric control renders a numeric editor.
- Ability to choose a specific culture for C1InputNumeric, for example, English, Spanish, German, Russian, and so on. Note that C1InputNumeric uses the selected Culture property to render number group separators (thousands separator), decimal separator, and signs.
- Numeric range support with the ability to easily change MinValue and MaxValue properties.
- Client-side events available for you to use to increase the performance of your Web form by eliminating a postback.
See Also