Hello Manfred,
I can suggest you the following approach, even though that changing the value while the NumericUpDown control is in edit mode is considered as inconsistent behaviour:
- inherit the NumericUpDown control and override its
OnValueChanged property. In it, after the base call, call the
ChangeValue method with 0 as parameter:
However, we don't guarantee that the control will still have consistent behaviour, and some side effects and malfunction is highly possible.
All the best,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>