I'm having an issue with date formats on the grid. I've read through lot's of related threads, but they don't seem to be correcting my situation. The date is display as: 11/03/2016T00:00:00
The page has the column defined as:
<telerik:GridDateTimeColumn UniqueName="RECORDSTARTDATE" HeaderText="Record Start Date" DataField="RECORDSTARTDATE" ShowFilterIcon="false" DataFormatString="{0:dd MMM yyyy}" DataType="System.DateTime" HtmlEncode="false" ItemStyle-CssClass="center" CurrentFilterFunction="GreaterThanOrEqualTo" HeaderStyle-Width="120px" />
The DataFormatString is defined as ="{0:dd MMM yyyy}" so my dates not coming out even close.
Any help would be appreciated.
