I have a WPF Datagrid in which one of the columns is a Date Column.
So i have used a DataTemplateColumn as Follows
I think you need to replace
DisplayDateStart
with
DisplayDate
Because DisplayDateStart: (from the MSDN)
Gets or sets the first date to be displayed.
not the date to display.