The Windows Forms Data Grid
The DataGrid control allows you to display multiple rows and columns of information as a single unit in your WindowsForms applications. Topics in this section cover data binding, formatting the data grid, and creating your own custom controls to implement column styles.
| DataGrid Control Provides an overview of the DataGrid control and points you toward all the documentation you need to get the most of it in your Windows applications. |
| Customizing the Windows Forms DataGrid Find out how to customize the DataGrid control in Windows Forms to set the appearance and order of columns and change the display dynamically based on key cells. |