I'm trying to make a masked DatePicker using Kendo UI. Fortunately i have found an example how to achieve this:
http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/datepicker/how-to/masked-date-picker-grid
Unfortunately i can't change the mask from 00/00/0000 into this one:
$(element).kendoMaskedTextBox({ mask: that.options.dateOptions.mask || "rrrr-mm-dd" })
Because it breaks its functionality. Anyone got any ideas how can i change mask in this example ?