The NumericUpDown control appears to assume that the source data is from a non-nullable type (double). As such, it will always write a value to a Nullable source property, even if the end user has not actively supplied a value.
Comments: ** Comment from web user: kkaila **
Comments: ** Comment from web user: kkaila **
I need a nullable NumericUpDown for scenarios of filtering data on a datagrid. The ignore value has to be null since all other numeric values are valid in my scenario.
Agree with comments above. This control is useless in a business applications without a nullable component.
Have to reopen this issue.