I'm using a DataTable (created in code), and I display it's DefaultView using a DataGrid. The DataTable contains a DataColumn that has DateTime as it's DataType.
The DataGrid displays dates as: 10/9/2017 12:00:00 AM. Is there a way to display the DateTime values as 10/9/2017 without changing the column's DataType to string?