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

radatepicker right to left

2 Answers 65 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
aabdan
Top achievements
Rank 1
aabdan asked on 16 Sep 2009, 07:25 AM
Dear
i need to configure raddatepicker to be started from right to left

Regards,

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Sep 2009, 08:06 AM
Hello,

I am not quite sure about your requirement. I tried setting property dir="rtl" for RadDatePicker in order change the direction. If you want to set the direction to rtl, then try the code shown below.

ASPX:
 
<telerik:RadDatePicker ID="RadDatePicker1"  dir="rtl" runat="server"
    <DatePopupButton HoverImageUrl="" ImageUrl="" /> 
</telerik:RadDatePicker> 

-Shinu.
0
aabdan
Top achievements
Rank 1
answered on 16 Sep 2009, 08:15 AM
Hello Shinu,
This is give me an error (Attribute dir is not a valid attribute of element 'raddatepicker',
what i need is showing dayes names started from right to left .

regards,
Tags
Calendar
Asked by
aabdan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
aabdan
Top achievements
Rank 1
Share this question
or