I try to set a null value to the NumericUpDown control with the following code
Dim locNullAbleDecimal As Decimal? = Nothing
numericUpDown.NullableValue = locNullAbleDecimal
But the displayed value is still: 0,00 (I set DecimalPlaces to 2)
How can I set it to “NULL” – empty display?
THX
Hi Harald,
WJ-8642 is fixed in dev build 1.4.59.
Best regards
Frank
Hi Harald,
thanks ! We have logged that issues as WJ-8642 and already fixed it.
It will be included in the next Wisej release.
I´ll inform you when it´s available.
Best regards
Frank
Please login first to submit.