Hi,
When going to update a recordset, I got invariably the error "The string was not recognized as a valid DateTime." using the followings;
If I am removing the DataFormatString, it is working perfectly.
Any idea to fix this out ?
Regards,
David
When going to update a recordset, I got invariably the error "The string was not recognized as a valid DateTime." using the followings;
... <telerik:GridDateTimeColumn SortExpression="DateUpdated" DataType="System.DateTime" HeaderText="Updated" DataField="DateUpdated" UniqueName="DateUpdated" DataFormatString="{0:dd/MM/yyyy}" ReadOnly="true"> </telerik:GridDateTimeColumn> ... If I am removing the DataFormatString, it is working perfectly.
Any idea to fix this out ?
Regards,
David