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

DbSelectedDate nor SelectDate will set the value

2 Answers 108 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
James Van Buren
Top achievements
Rank 2
James Van Buren asked on 25 Mar 2008, 04:06 PM
ok, i have a very simple issue, all i am trying to do is set a selected date of the control but i see some default date of  1/1/1980
with this
Me.radTxtDOB.DbSelectedDate= d.Dob
and this
Me.radTxtDOB.SelectedDate = d.Dob

Simple problem, is that a BUG?

2 Answers, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 25 Mar 2008, 04:58 PM
Hello James Van Buren,

1/1/1980 is the default MinDate for the control -- probably you are trying to select earlier date so you will need to modify the MinDate value accordingly as well.

Hope this helps.


Kind regards,
Manuel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
James Van Buren
Top achievements
Rank 2
answered on 25 Mar 2008, 07:09 PM
got it,
thanks alot
Tags
Calendar
Asked by
James Van Buren
Top achievements
Rank 2
Answers by
Giuseppe
Telerik team
James Van Buren
Top achievements
Rank 2
Share this question
or