DataGrid.InitializePager Method

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
)
protected void InitializePager (
	DataGridItem item, 
	int columnSpan, 
	PagedDataSource pagedDataSource
)
protected function InitializePager (
	item : DataGridItem, 
	columnSpan : int, 
	pagedDataSource : PagedDataSource
)
Not applicable.

Parameters

item

The DataGridItem that contains the pager.

columnSpan

The number of columns to span the pager.

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.

NoteNote:

This method is primarily used by control developers.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: