It would be amazingly helpful if the MaskedTextBox _mask and _unmask functions could be made accessible like kendo.format and kendo.toString...
var value = '5189609249',
mask = '(###) ###-####',
maskedValue = kendo.mask(value, mask),
unmaskedValue = kendo.unmask(maskedValue, mask);