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

AutoAdjust

configuration

If this property is enabled and you have configured min and/or max values, and the user enters a value that falls out of that range, the value will automatically be set to either the minimum or maximum allowed value.

autoAdjust

Boolean

Default: true

<h3>Input a value higher than 20 or lower than 10 and then focus out the input.</h3>
<input id="numerictextbox" />
<script>
$("#numerictextbox").kendoNumericTextBox({
    min: 10,
    max: 20,
    autoAdjust: false
});
</script>
Not finding the help you need?
Contact Support