DataGrid::InitializePager Method (DataGridItem^, Int32, PagedDataSource^)

 

Creates a DataGridItem object that contains the paging UI.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void InitializePager(
	DataGridItem^ item,
	int columnSpan,
	PagedDataSource^ pagedDataSource
)

Parameters

item
Type: System.Web.UI.WebControls::DataGridItem^

The DataGridItem that contains the pager.

columnSpan
Type: System::Int32

The number of columns to span the pager.

pagedDataSource
Type: System.Web.UI.WebControls::PagedDataSource^

A PagedDataSource that contains the properties for the pager.

The paging UI is a navigation bar that is a built into a single TableCell that spans across all columns of a DataGrid control. The InitializePager method is a helper method used by the DataGrid class to create the pager row.

System_CAPS_noteNote

This method is primarily used by control developers.

.NET Framework
Available since 1.1
Return to top
Show: