So I\'ve setup a viewmodel to where it binds an ObservableCollection to my DataGrid.
ObservableCollection
It prints out the value just fine but it also prints out
I forgot to add the property AutoGenerateColumns="False". Not sure why it was set to true by default or why it woudl choose the length property of all the properties but I guess I got it fixed.
AutoGenerateColumns="False"
length