The CalculatorEditor and DatetimeEditor equip user interface for better UI and better editing process. These editors are working well and have different behaviors (for edited data) when working with other feature.
Inherit from Editor class, calculator and DateTime editors have some common behaviors such as access key, switch key, enter key, collaboration with HighLight, drop down behavior, drop down active style, error window info, and much more. These behaviors expose better accessibility feature and easy-to-use by any end users who want to operate with keyboard only.
Calculator and DateTime editors support both mouse and keyboard operations.
Calculator editor in WebInput.NET modes
- Basic Mode
Calculator editor is available to be used in this mode.
- Display Mode
Calculator editor is allowed when DisplayFormat.Type==FormattedType.Number.
- Edit Mode
Calculator editor is allowed when EditFormat.Type==MaskType.Number and EditFormat.Type==MaskType.DynamicNumber.
- Display and Edit Mode
- Calculator editor is allowed when DisplayFormat.Type is FormattedType.Number and EditFormat.Type is MaskType.Number or EditFormat.Type is MaskType.DynamicNumber.
- MaskType.Other does not support calculator editor.
DateTime editor in WebInput.NET modes
- Basic Mode
DateTime editor is available to be used in this mode.
- Display Mode
DateTime editor is allowed when DisplayFormat.Type==FormattedType.DateTime.
- Edit Mode
DateTime editor is allowed when EditFormat.Type==MaskType.DateTime.
- Display and Edit Mode
- DateTime editor is allowed when DisplayFormat.Type==FormattedType.Number and EditFormat.Type==MaskType.DateTime.
- MaskType.Other does not support DateTime editor.
![]() |
Only 1 editor can be enabled at the same time. |
![]() |
Editor availability depends on control data type. |