| Title | Date Written | Comments | Views |
| DataGrid Made Compliant with Section 508 of the Web Accessibility Initiative Guidelines | 8/19/2003 | The DataGrid control that was included with the .NET Framework 1.1 was not compliant with Section 508 of the Rehabilitation Act (www.Section508.gov) or with the World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI). Data tables that contain two or more rows or columns must identify row and column headers. Microsoft has released a HotFix that you can install that will have DataGrids render according to 508 specifications. | 5933 |
| Common DataGrid Mistakes | 11/6/2003 | This article, by the DataGridGirl herself, lists the most common mistakes and blunders developers make when using the DataGrid. | 17819 |
| Top Questions About the DataGrid Web Control | 1/10/2002 | This great article contains a list of commonly asked DataGrid questions (and their answers), such as, "How do I create a fully editable DataGrid," and, "How do I add columns dynamically?" | 15308 |
| Displaying Records in a DataGrid in Random Order | 5/10/2003 | This article, by Scott Mitchell, examines how to display the results of a SQL query in random order in a DataGrid. | 5687 |
| Displaying Custom Classes in a DataGrid | 10/23/2002 | This article examines how to display the contents of a custom class in a DataGrid. That is, it shows how to build custom classes and then how to bind a collection of these classes to a DataGrid (or any other Data Web Control, for that matter). | 4298 |