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

Value

configuration

Specifies the value of the MaskedTextBox widget.

value

String

Default: ""

<input id="maskedtextbox" />
<script>
$("#maskedtextbox").kendoMaskedTextBox({
    mask: "(000) 000-0000",
    value: "(123) 456-7890"
});
</script>
<input id="maskedtextbox" value="(123) 456-7890" />
<script>
$("#maskedtextbox").kendoMaskedTextBox({
    mask: "(000) 000-0000"
});
</script>
Not finding the help you need?
Contact Support