The xref:System.Windows.Forms.DataGridView control is a new control that replaces the xref:System.Windows.Forms.DataGrid control.
The Windows Forms xref:System.Windows.Forms.DataGrid control displays data in a series of rows and columns. The simplest case is when the grid is bound to a data source with a single table that ...