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

TextAlignment property not directly there in RadDateTimePicker.

2 Answers 35 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
preethi
Top achievements
Rank 1
preethi asked on 27 Oct 2010, 07:10 AM
Hi,

Text Alignment property not there in RadDateTimePicker. How to right-align the text in TextBox of DateTimePicker?

Regards,
Sweety.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Oct 2010, 10:00 AM
Hello,


Set the property DateInput -> HorizontalAlign as "Right".


<telerik:RadDateTimePicker ID="RadDateTimePicker1" runat="server">
    <DateInput>
        <EnabledStyle HorizontalAlign="Right" />
    </DateInput>
</telerik:RadDateTimePicker>



-Shinu.
0
preethi
Top achievements
Rank 1
answered on 27 Oct 2010, 10:29 AM
Thank you. It helped me.
Tags
Calendar
Asked by
preethi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
preethi
Top achievements
Rank 1
Share this question
or