Presenting Data with the DataGridView Control in .NET 2.0(en.csharp-online.net)
submitted by
Hyle(2755) 5 years, 5 months ago
Learn the new Windows Forms DataGridView control. Excerpt: one of the most common ways of presenting data is in tabular form. Users are able to quickly scan and understand large amounts of data visually when it is presented in a table. In addition, users can interact with that data in a number of ways, including scrolling through the data, sorting the data based on columns, editing the data directly in the grid, and selecting columns, rows, or cells. 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.
|category: C#
|Views: 15
tags:
System.Windows.Forms .net2.0 C# another
Everyones tags:
Your Tags: