Hello,
In my angular CLI project I want to know how can I format dxNumberBox with unlimited decimals (fractional part).
According to documentation If we specify "##.###" number box allows only 3 numbers after decimal point. (ex. 12.365689…)
I dont want to fixed the decimals part. I want to give free hand to client.
As I should specify format to to achieve globalization. (ref. T612811)
Does dxNumberbox allows regular expression for formatting ? (off course which should support Globalization. I have german and English clients)
Regards
Naresh