I haven’t tested it, but I think this should work:
<GridViewColumn
Header="Order Date"
DisplayMemberBinding=
"{Binding Path=OrderDate, StringFormat="{}{0:dd.MM.yyyy}"}"/>
I haven’t tested it, but I think this should work:
<GridViewColumn
Header="Order Date"
DisplayMemberBinding=
"{Binding Path=OrderDate, StringFormat="{}{0:dd.MM.yyyy}"}"/>