New to Kendo UI for jQueryStart a free 30-day trial

RestrictDecimals

configuration

Specifies whether the decimals length should be restricted during typing. The length of the fraction is defined by the decimals value.

Default: false

<input id="numerictextbox" />
<script>
$("#numerictextbox").kendoNumericTextBox({
    decimals: 3,
    restrictDecimals: true
});
</script>
Not finding the help you need?
Contact Support