Its as simple as this -
_myGrid.DataSource = myList;
But, all the objects on the list must be coherent, meaning the same public
properties exposed, which shall be shown on the grid as columns. Basic thing
is that whatever you want to show on the grid,as columns, should be a public
property. Each object in the list becomes a row.