Hi there,
We are experiencing an issue with the datepicker in IE 8, 9 and 10.
Steps to replicate:
1. Enter '15/31/2012' in the datepicker field.
2. Click on Save (do a post). You should get the invalid date message.
3. Delete the invalid date.
4. Click Save again. The datepicker disappears.
The date picked disappears. We tested on latest browser versions and this happens for IE and FF. Chrome doesn't seem to show the "invalid date" message and the datepicker stays visible.
Let me know if you need any more info.
View:
We are experiencing an issue with the datepicker in IE 8, 9 and 10.
Steps to replicate:
1. Enter '15/31/2012' in the datepicker field.
2. Click on Save (do a post). You should get the invalid date message.
3. Delete the invalid date.
4. Click Save again. The datepicker disappears.
The date picked disappears. We tested on latest browser versions and this happens for IE and FF. Chrome doesn't seem to show the "invalid date" message and the datepicker stays visible.
Let me know if you need any more info.
View:
[Required]
[Display(Name = "Effective Date")]
[DataType(DataType.Date)]
public DateTime EffectiveDate { get; set; }
Editor Template:
@model DateTime?
@(Html.Kendo().DatePickerFor(m => m)
.Name("datePicker")