Telerik MVC Grid Редактируемый дата не время

// Add Data Annotation
[DataType(DataType.Date)]
public DateTime CollegeDeadline { get; set; }
Chris PA