Hi, I am looking for array of Zip code masking like ['99999-9999', '99999'] to allow either 5 or 9 digits into Zip code text box. Something similar to http://jsfiddle.net/8WvHE/ Thanks, Chatrapathi chennam
Have you considered defining a custom mask (http://docs.telerik.com/kendo-ui/getting-started/web/maskedtextbox/overview#define-a-custom-mask-rule) via the rules attributes of our masked textbox widget, specifying appropriate RegExp for this purpose? This should help you achieve your goal.