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

RadDatePicker missing dbselecteddate property

1 Answer 77 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
nightvision miami
Top achievements
Rank 1
nightvision miami asked on 26 Jul 2010, 02:46 PM
Im using the RadControls for ASP.NET AJAX Q1 2010 NET35.  I dropped a RadDatePicker on my aspx page and when I am setting up the properties, I have a SelectedDate but no DbSelectedDate.  I am trying to bind the RadDatePicker to the database and set a default date.

<

 

telerik:RadDatePicker ID="raddpBegin" runat="server" SelectedDate='<%# Bind("BeginDate") %>' ></telerik:RadDatePicker>

 

1 Answer, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 26 Jul 2010, 05:35 PM
Intellisense won't show you the DbSelectedDate on the RadDatePicker tag in the ASPX page, but you can still set it and it won't throw any errors.

I hope that helps.
Tags
Calendar
Asked by
nightvision miami
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or