Posted 08 Sep 2011 Link to this post
<
telerik:GridTemplateColumn
UniqueName
=
"gridActStart"
HeaderText
"Actual Start"
AllowFiltering
"false"
ItemStyle-HorizontalAlign
"Center"
><
br
> <
ItemTemplate
telerik:RadDatePicker
ID
"actstart"
runat
"server"
MaxDate='<%#If((Eval("early_start_display") IsNot DBNull.Value), Convert.ToDateTime(Eval("early_start_display")), CType("10/10/2011", System.Nullable(Of DateTime))) %>'
Width="100px" Calendar-ShowOtherMonthsDays="false"
Calendar-ShowRowHeaders="false" DbSelectedDate='<%# Bind("actual_start") %>' DateInput-DateFormat="MM/dd/yyyy">
</
> </
telerik:GridTemplateColu
mn>