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

Date Picker Issue with Chrome

3 Answers 166 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Dhaval
Top achievements
Rank 2
Dhaval asked on 21 Apr 2014, 07:19 AM
We are using telerik version 2011.2.915.40.

With Date Picker I am facing issue where I am getting auto populated 0nan/nan/0nan date in date picker and I have not used any Max/Min/Selected date for picker. I am getting this error only for chrome version 34.0.1847.116. It does work for other versions of Chrome and also for Safari/IE/Mozilla.

When I looked into chrome developer tools, I found error stating Invalid YEAR.

Could you please assist on this as we are end up with solutions and clients are insisting on using Chrome only.

Regards,
Dhaval Shukla

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Apr 2014, 10:17 AM
Hi Dhaval Shukla,

The provided information is not enough to replicate the issue. I guess that you want to dynamically set a date to RadDatePicker. Please have a look into the sample code snippet which works fine at my end. Please elaborate your requirement if it doesn't help.

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

C#:
RadDatePicker1.SelectedDate = DateTime.Now;

Thanks,
Shinu.
0
Dhaval
Top achievements
Rank 2
answered on 22 Apr 2014, 11:12 AM
Shinu,

Thanks for your reply.

I do not want to set any date to RadDatePicker. I am facing an Issue where I have not selected any date to datepicker then also it is binding nan/nan/0nan and that too in google chrome only.
0
Shinu
Top achievements
Rank 2
answered on 23 Apr 2014, 06:36 AM
Hi Dhaval,

I am not clear about your requirement. Can you please provide a sample code snippet for further help?

Thanks,
Shinu.
Tags
Calendar
Asked by
Dhaval
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Dhaval
Top achievements
Rank 2
Share this question
or