My custom parser works like a charm but now I need to know how to set the style of DateInputBox to valid.
I override the dateParser function like this.
Anyone with a fast answer to this ...
//Henrik
I override the dateParser function like this.
Telerik.Web.UI.RadDateInput.prototype.parseDate = function (value, baseDate) { //Some logic here // // //Set new date sender.set_textBoxValue(NewDate.format(sender._displayDateFormat)); //Need to set box to valid state }Anyone with a fast answer to this ...
//Henrik