When creating or editing a DataGrid, use the Edit, Update, Cancel Button column (called the Edit Command Column in ASP.NET) to let users perform in-place editing of information in DataGrid rows. At run time, this column displays a button labeled Edit. When the user clicks the Edit button, the row data is displayed in editable controls such as boxes, and the Edit button is replaced with Update and Cancel buttons.