Example of Restrict Decimals in ASP.NET MVC Numeric Textbox Control
This sample demonstrates the decimal functionalities of the Numeric TextBox. Type a value in the input element to change dynamically, and it allows maximum of 3 decimal digits.
DEMO
SOURCE
Numeric TextBox
Percentage TextBox
Currency TextBox
The NumericTextBox provides an option to restrict the number of decimal values by using the decimalsopens in a new tab property. To restrict the number of decimal values on typing, use the decimalsopens in a new tab and validateDecimalOnTypeopens in a new tab properties.
More information on the restrict decimals configuration can be found in the documentation sectionopens in a new tab.