Winform tip#6:DataGrid vs DataGridView
DataGridView is an enhanced version of DataGrid. Some of the features lacking in DataGrid are:
- Multiple column types
- Multiple ways to display data
- Multiple ways to customize the display of data
- Multiple options for changing cell, row, column, and header appearance and behavior