NumericUpDown and NULL values

0
0

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

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Hi Harald,

WJ-8642 is fixed in dev build 1.4.59.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.