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

PromptChar

configuration

Specifies the character used to represent the absence of user input in the widget

Default: "_"

<input id="maskedtextbox" />
<script>
$("#maskedtextbox").kendoMaskedTextBox({
    mask: "000000",
    promptChar: " " //specify prompt char as empty char
});
</script>

Note that the promptChar should not be equal to any of the used mask literals in the mask value.

Not finding the help you need?
Contact Support