- dataSource
- Documentation for this section has not yet been entered.
- row
- A System.Web.UI.WebControls.GridViewRow that represents the pager row to initialize.
- columnSpan
- The number of columns the pager row should span.
The GridView.InitializePager(GridViewRow, int, PagedDataSource) method is used to initialize the pager row displayed when the paging feature is enabled.
This method is used primarily by control developers to extend the System.Web.UI.WebControls.GridView control.