We recently upgraded to version 2011.1.315.1040 of the RadControls. In previous versions, we used to be able to set the header using the following:
<Controls:RadTimePicker.ClockStyle>
<Style TargetType="Controls:RadClock">
<Setter Property="Header" Value="Delivery Time" />
</Style>
</Controls:RadTimePicker.ClockStyle>
In the new version, this does nothing and it shows "Clock" at the top of the RadTimePicker. Does anyone know how to get this working in the new version? Ideally we don't want to show a header at all - it is not particularly useful - but if we have to show a header on this control, it might as well say something more useful than "Clock".