Presenting Data with the DataGridView Control in .NET 2.0

In .NET 1.0, the DataGrid control was the primary Windows Forms control for presenting tabular data. Even though that control had a lot of capability and could present basic tabular data well, it was fairly difficult to customize many aspects of the control. Additionally, the DataGrid control didn’t expose enough information to the programmer about the user interactions with the grid and changes occurring in the grid due to programmatic modifications of the data or formatting. Due to these factors and a large number of new features that customers requested, the Windows Client team at Microsoft decided to introduce a replacement control for the DataGrid in .NET 2.0. That new control, the DataGridView control, is the focus of this chapter.

20 Comments

  1. 2006-03-06 2:26 am
    • 2006-03-06 4:37 am
  2. 2006-03-06 5:34 am
  3. 2006-03-06 10:23 am
    • 2006-03-06 2:41 pm
      • 2006-03-07 4:45 pm
  4. 2006-03-06 6:02 pm
    • 2006-03-06 6:37 pm
      • 2006-03-06 9:45 pm
  5. 2006-03-06 7:15 pm
    • 2006-03-06 8:06 pm
  6. 2006-03-06 8:48 pm
    • 2006-03-06 9:18 pm
      • 2006-03-06 9:39 pm
      • 2006-03-06 9:48 pm
      • 2006-03-06 9:58 pm
        • 2006-03-06 11:34 pm
          • 2006-03-07 2:21 am
  7. 2006-03-06 10:09 pm
  8. 2006-03-07 12:45 am