When I click the edit button, I will get javascript error for "value of 1/1/0001 12:00:00AM is not valid for selecteddate. should between mInDate and MasDate, parameter name "SelectedDate".
My date field "ProcessedDate" is a read only field, not sure why I got this error and how to solve it?
Thanks
My date field "ProcessedDate" is a read only field, not sure why I got this error and how to solve it?
<telerik:GridBoundColumn DataField="ProcessedDate" FilterControlAltText="Filter ProcessDate column" HeaderText="ProcessDate0" UniqueName="ProcessDate" DataFormatString="{0:d}" ReadOnly="True"> </telerik:GridBoundColumn>