hello,
i am using a RadTimePicker in my RadGrid's EditForm's UserControl. like so:
...this doesnt seem to work when the db-value is NULL.
how does one set it?
thanks,
matt
i am using a RadTimePicker in my RadGrid's EditForm's UserControl. like so:
<Telerik:RadTimePicker id="rdpArrestTime" SelectedDate='<%# Eval("ArrestDateTime") %>' DateInput-DateFormat="HH:mm" Width="97" TimePopupButton-Visible="false" TabIndex="22" Runat="server" /> |
...this doesnt seem to work when the db-value is NULL.
how does one set it?
thanks,
matt