I want to be able to specify more than 3 decimals in the NumericTextBox. I can do that when I specify the step and format, but in that case the textbox will always show the trailing zeros.
Is it possible to just define the step to '0.00001' to be able to enter 5 decimals without using the format?
1 Answer, 1 is accepted
0
Accepted
Konstantin Dikov
Telerik team
answered on 10 Oct 2023, 12:45 PM
Hello Ewald,
For achieving the desired behavior you can pass NumberFormatOption instead of a string format, where you can specify the minimum and maximum fraction digits: