I'm using the new Masked Textbox from Kendo UI for MVC and it actually works fine and binds into model without problems. One feature I didn't get automatically is the ability to press "Enter" key and submit my form.
Other textbox I use (Kendo().AutoComplete()) works fine with the "Enter" key.
@(Html.Kendo().MaskedTextBox()
.Name("PhoneNumber")
.Mask("(999) 000-0000"))
Other textbox I use (Kendo().AutoComplete()) works fine with the "Enter" key.
@(Html.Kendo().MaskedTextBox()
.Name("PhoneNumber")
.Mask("(999) 000-0000"))