Hello,
I use a XamNumericEditor, set Mask to "{double:-12.5}". When I set Value property to 12.345, the editor shows "12.34500". I do not want the editor show the following zeros. I want it show "12.345" when value is 12.345, and "12" when value is 12. How can I make this happen?
Regards
If you are using 11.2 or newer version there's a new XamNumericInput control which has TrimFractionalZeros property which you can set to eliminate non-significant zeros.