| | Title | Date Written | Comments | Views |
| Edit | 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. | 9533 |
| Creating a Fully Editable DataGrid | 12/15/2004 | Learn how to create a DataGrid where each record in the grid is editable, rather than having to edit one record at a time. Useful for scenarios where the user needs to update a large amount of data at once. | 13418 |
| Edit | 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 |
| Creating Custom Columns for the ASP.NET Datagrid | 9/10/2003 | This article, by DataGridGirl herself, examines how to build a custom DataGrid column that displays a databound DropDownList. | 13538 |
| Edit | 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 |