This walkthrough says you can create a WPF datagrid in one line but doesn\'t give a full example.
So I created an example using a generic list and connected it to th
You need to add
DataContext = Customers;
In your Window_Loaded()