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

Format

configuration

Specifies the number format used when the widget is not focused. Check this page for all valid number formats.

Compare with the decimals property.

format

String

Default: "n"

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