How can i set the border color for RadTimePicker Control. I tried setting the border color property, but it doesnot get changed.
I used the following code
<telerik:RadTimePicker ID="tpTime" BorderColor="#729ac2" Width="158px" runat="server">
</telerik:RadTimePicker>
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 02 Mar 2009, 12:57 PM
Hello PRIYA,
You should set the BorderColor property to the DateInput control, which is integrated inside the RadTimePicker :