Description of Ask the DotNetJunkies: Editing with the ASP.NET DataGrid :
Ask the DotNetJunkies: Editing with the ASP.NET DataGrid is an article which explains you the method of changing the data of the datagrid columns without using the edit link button. You have to add EditCommandColumn, and a BoundColumn for each of the field you want to display.