Initializes a row in the System.Web.UI.WebControls.GridView control.
- row
- A System.Web.UI.WebControls.GridViewRow that represents the row to initialize.
- fields
- An array of System.Web.UI.WebControls.DataControlField objects that represent the column fields in the System.Web.UI.WebControls.GridView control.
The GridView.InitializeRow(GridViewRow, DataControlField[]) method is used to initialize a row in the System.Web.UI.WebControls.GridView control.
This method is used primarily by control developers to extend the System.Web.UI.WebControls.GridView control.