How to Bind Data to the Windows Forms DataGridView Control
[inline:DataGridView Control.jpg=How to Bind Data to the Windows Forms Datagridview Control]
The DataGridView control provides a customizable table for displaying data. The DataGridView class allows customization of cells, rows, columns, and borders through the use of properties such as DefaultCellStyle, ColumnHeadersDefaultCellStyle, CellBorderStyle, and GridColor. (Source: MSDN)
- Read more about How to Bind Data to the Windows Forms DataGridView Control
- 42 comments
- Log in or register to post comments
- 794 views