I am sure this was working but I am not seeing the correct output now:
Row Data Context Property
[Display(Name = "Start Date")][DisplayFormat(DataFormatString = "{0:d}")]public DateTime ClaimDate { get; set; }
XAML in the View
<telerik:RadGridView VerticalAlignment="Stretch" CanUserDeleteRows="False" CanUserFreezeColumns="False" CanUserInsertRows="False" CanUserReorderColumns="False" CanUserSearch="False" ShowGroupPanel="False" ShowSearchPanel="False" ItemsSource="{Binding Data.ItemsSource}" BorderBrush="Transparent" IsReadOnly="True" ShowToolTipOnTrimmedText="True" RowIndicatorVisibility="Collapsed" SelectionMode="Single" IsFilteringAllowed="False" AlternationCount="2"> </telerik:RadGridView>
C# Interactive Window
> DateTime.Today.ToString("d")"05/09/2017"
Screenshots are attached.
Any ideas?
Thanks,
Maurice