How could I show decimals in XamWebNumericEditor?
By default in XamWebNumericEditor I see "0,", but I need "0,00"
Hello,
You are right about this behaviour, if you set xamNumericEditor.Value = 5 , the representation will be "5," but if you set xamNumericEditor.Value = 5.34, the representation will be "5,34".
Based on your request we desided to fix this issue in the next service release.
Regards,
Doychin Dochev
I also need some way to achieve this functionality. Any fix for this?