Posted
on Jan 30, 2012
(permalink)
I need to always display 4 decimal places in my numeric textbox. I've set DecimalDigits = 4 and set Keep Trailing Zeros to True, but when control loses focus, the trailing zeros disappear. What do I need to set to always show 4 decimal places (with trailing zeros if needed)?
Here is my code:
Reply
Answer
Shinu
MVP
Posted
on Jan 31, 2012
(permalink)
Hello Rayne,
In order to show trailing zeroes on losing focus, try setting AllowRounding property as true.
Thanks,
Shinu.
Reply