format String
(default: "n")
Specifies the number format used when the widget is not focused. Any valid number format is allowed.
Compare with the decimals property.
Example
<input id="numerictextbox" />
<script>
$("#numerictextbox").kendoNumericTextBox({
format: "c0"
});
</script>