I have several RadDateTimePicker controls that all have a problem when showing the Date. The calendar shadow border is put up over the date control giving an ugly line. RadDatePicker controls work fine.
This is the HTML used to create the DateTIme control.
<
telerik:RadDateTimePicker
ID
=
"PickDate"
runat
=
"server"
Width
=
"350px"
>
<
ClientEvents
OnDateSelected
=
"SetDatePickRadio"
/>
<
Calendar
runat
=
"server"
ShowRowHeaders
=
"false"
></
Calendar
>
</
telerik:RadDateTimePicker
>
The Calendar ShowRowHeader=false is to remove the week numbers that clients were complaining about. It has nothing to do with the problem.
The attached png file show the Date control up and the control up. You can see the line in the Date comes from Time control. I have the latest ASP.NET AJAX.
Any suggestions would be appreciated, I believe it is a Telerik RadDateTimePicker bug.
George