| Title | Date Written | Comments | Views |
| 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). | 4834 |
| XML, the DataSet, and a DataGrid | 5/29/2002 | This article, by Scott Mitchell, examines how to display XML data in a DataGrid. Specifically, it shows using the DataSet's ReadXml() method to populate a DataSet with data from an XML store. | 4662 |
| 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. | 18940 |
| Bidirectional Sorting with Up and Down Arrows in the Header | 6/15/2005 | This article shows how to create a bi-directional sortable DataGrid that displays an up or down arrow in the header of the column that the grid is sorted by, depending on if the data is sorted in ascending or descending order. | 10443 |
| 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. | 6695 |