This question is locked. New answers and comments are not allowed.
Hello, I have a telerik mvc datepicker on a template that is inside of my grid pop-up. ValidationMessageFor appears when required field is not met however the back color for the input validation does not turn light red like the rest of the controls.
Here is the razor on the template that renders the datepicker:
@Html.Telerik.DatePickerFor(Function(model) model.StartDate).Format(Config.DateFormat)
and here is the validationFor output:
@Html.ValidationMessageFor(Function(model) model.StartDate)
Is there further configuration I need to apply?
Thank you
Here is the razor on the template that renders the datepicker:
@Html.Telerik.DatePickerFor(Function(model) model.StartDate).Format(Config.DateFormat)
and here is the validationFor output:
@Html.ValidationMessageFor(Function(model) model.StartDate)
Is there further configuration I need to apply?
Thank you