Documentation for this section has not yet been entered.
Use the GridViewCancelEditEventArgs.RowIndex property to determine the index of the row that contains the Cancel button clicked by the user. The row index is often used to retrieve this row from the GridView.Rows collection of the System.Web.UI.WebControls.GridView control, which allows you to access the row's properties.