This is a migrated thread and some comments may be shown as answers.

RadTimePicker Control

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
PRIYA
Top achievements
Rank 1
PRIYA asked on 02 Mar 2009, 07:47 AM
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

Sort by
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 :

<telerik:RadTimePicker ID="RadTimePicker1" runat="server">
    <DateInput BorderColor="Red" />
</telerik:RadTimePicker>


Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
PRIYA
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or