Solution to WPF DataGrid not showing any items after setting the DataSource
1 min read
It was simple fix for me.
Go into the Xaml file and add the ItemsSource attribute to the Grid node.
Share:
It was simple fix for me.
Go into the Xaml file and add the ItemsSource attribute to the Grid node.