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

Round

configuration

Specifies whether the value should be rounded or truncated. The length of the fraction is defined by the decimals value.

round

Boolean

Default: true

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