All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Calendar
/
DbSelectedDate nor SelectDate will set the value
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
3 posts, 1 answers
James Van Buren
31 posts
Member since:
May 2007
Posted 25 Mar 2008
Link to this post
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?
Answer
Giuseppe
Admin
2363 posts
Posted 25 Mar 2008
Link to this post
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
James Van Buren
31 posts
Member since:
May 2007
Posted 25 Mar 2008
Link to this post
got it,
thanks alot
Back to Top
Close