NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.CreatePager

Creates a DataGridItem that contains the paging UI. The paging UI is a navigation bar that is a built into a single TableCell that spans across all columns of the DataGrid.

[Visual Basic]
Protected Function CreatePager( _
   ByVal columnSpan As Integer _
) As DataGridItem
[C#]
protected DataGridItem CreatePager(
   int columnSpan
);
[C++]
protected: DataGridItem* CreatePager(
   int columnSpan
);
[JScript]
protected function CreatePager(
   columnSpan : int
) : DataGridItem;

Parameters

columnSpan
[To be supplied.]

See Also

DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace