I'm simply trying to format a date in a bound column to mm/dd/yyyy format. Here is the column:
Looks like a bug to me...please don't tell me I have to catch every row as it is databound to reformat these columns.
<telerik:GridBoundColumn DataField="DOB" EmptyDataText="&nbsp;" |
HeaderText="DOB" SortExpression="DOB" UniqueName="DOB" |
DataFormatString="{0:MM/dd/yyyy}" DataType="System.DateTime" |
HtmlEncode="false"> |
<HeaderStyle Wrap="False" /> |
</telerik:GridBoundColumn> |
Looks like a bug to me...please don't tell me I have to catch every row as it is databound to reformat these columns.