I have a WPF app that uses DataGrid to display some data. When I run the program there is an additional column as shown here:
DataGrid
The area on the left that you are seeing is the Row Headers. Set the HeadersVisibility to either "Column" or "None" (depending on which you want)