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

Simple use of RadDatePicker?

2 Answers 79 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 13 May 2011, 05:50 PM
I added this code to my aspx file:

<telerik:RadDatePicker ID="RadDatePicker1" runat="server" />

This code makes the control appear on my page. The problem is that no matter what date I select on the calendar, today's date shows up in the textbox. I've tried it in multiple browsers with the same results.

Am I missing something here?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 May 2011, 07:30 AM
Hello Patrick,

I have tried the same and it worked as expected at my end. Could you please check out the demo which explains the DatePicker function in detail.
Calendar / DatePicker/First look.

Thanks,
Shinu.
0
Patrick
Top achievements
Rank 1
answered on 16 May 2011, 06:44 PM
I figured out what is going on here thanks to this thread: http://www.telerik.com/community/forums/aspnet-ajax/calendar/raddatepicker-only-shows-todays-date.aspx

I have an old, non-Telerik Javascript file in the master page that was used to create calendar popups. Apparently it conflicts with the Telerik calendar controls. Once I remove the old Javascript file the RadDatePicker starts working.


Tags
Calendar
Asked by
Patrick
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Patrick
Top achievements
Rank 1
Share this question
or