Solution to WPF DataGrid not showing any items after setting the DataSource

It was simple fix for me.

Go into the Xaml file and add the ItemsSource attribute to the Grid node.