| Title | Date Written | Comments | Views |
| MouseOver Coloring for a DataGrid | 12/17/2002 | This article, by Colt Kwong, demonstrates how to create a DataGrid so that whenever you move the mouse over a DataGrid row, the row's background color changes. | 15666 |
| Adding a DropDownList Web Control to the DataGrid's Editing Interface | 8/7/2002 | If you provide editing capabilities in your DataGrid for a database table with foreign keys, when allowing the user to edit the content you'll likely want to display the legal choices for the foreign key(s) in a DropDownList. This article, by Scott Mitchell and Matthew Rouse examines how to accomplish exactly this! | 6760 |
| 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. | 9796 |
| 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. | 13925 |
| Advanced DataGrid Usage | 11/11/2002 | This PowerPoint presentation from Microsoft shows how to use the DataGrid Web control to accomplish a number of advanced tasks, such as Master/Detail DataGrids, summary DataGrids, and so on. | 8771 |