Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.UI.WebControls Namespace / AbleGridView Class / InitializePager Method
A System.Web.UI.WebControls.GridViewRow that represents the pager row to initialize.
The number of columns the pager row should span.
A System.Web.UI.WebControls.PagedDataSource that represents the data source.
In This Topic
    InitializePager Method
    In This Topic
    Initializes the pager row displayed when the paging feature is enabled.
    Syntax
    protected override void InitializePager( 
       GridViewRow row,
       int columnSpan,
       PagedDataSource pagedDataSource
    )

    Parameters

    row
    A System.Web.UI.WebControls.GridViewRow that represents the pager row to initialize.
    columnSpan
    The number of columns the pager row should span.
    pagedDataSource
    A System.Web.UI.WebControls.PagedDataSource that represents the data source.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also