I noticed in the validation example found here:
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/validation/defaultcs.aspx
That the display is different in IE6 vs firefox 3.0
The following steps illustrate the point
1. Use the picker to choose a valid date.
2. Edit the date in the field so that the year has 5 digits
3. remove focus form the field
The result is that in firefox, the entered data is read, a read border appears around the input field, an error icon is displayed within the field and an error message is shown. If IE, the only thing shown is the error message. Is there away to get these to behaving consistently? The firefox option is my preferred display.
Thanks
http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/validation/defaultcs.aspx
That the display is different in IE6 vs firefox 3.0
The following steps illustrate the point
1. Use the picker to choose a valid date.
2. Edit the date in the field so that the year has 5 digits
3. remove focus form the field
The result is that in firefox, the entered data is read, a read border appears around the input field, an error icon is displayed within the field and an error message is shown. If IE, the only thing shown is the error message. Is there away to get these to behaving consistently? The firefox option is my preferred display.
Thanks