My first attempt at using this control. I am using the RadDateInput on a user control where the date can be changed. When the user control first loads, I want the RadDateInput to display the date from the database. If I make this an asp:textbox, it works fine. But If I make it a radDateInput control, the value is blank. Here is my code:
What am I doing wrong?
Thanks,
Bob
<
telerik:RadDateInput ID="diPolicyAccountValue"
runat="server"
DateFormat="d"
SelectedDate='<%# DataBinder.Eval( Container, "DataItem.PolicyAccountValueDate") %>'>
</telerik:RadDateInput>
What am I doing wrong?
Thanks,
Bob