This is a migrated thread and some comments may be shown as answers.

NumericUpDown resets to invalid value

1 Answer 70 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Nicole Brown
Top achievements
Rank 1
Nicole Brown asked on 04 Apr 2011, 04:03 PM
We have a user control which displays a NumericUpDown.  The maximum value of the control is set to 100.  When the user enters 200, the value automatically changes to 100.  When the user control is closed, the value of the NumericUpDown is reset to 200 which is an invalid value.  When the user control is reopened, an error appears next to the NumericUpDown control because it's value is really 200 even though 100 is displayed in the control.

We debugged the application.  The value of the NumericUpDown stays at 100 until [ExternalCode] is executed at which point the value of the control changes back to 200.

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 04 Apr 2011, 05:15 PM
Hello Nicole,

The behavior you are describing is very strange and as far as I know, we never received similar feedback. Could you please, try to prelare and send us a simple project that could be used to observe and debug the problem?

Best wishes,
Valeri Hristov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
NumericUpDown
Asked by
Nicole Brown
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or