Skip to main content
A newer version of this page is available. .

ASPxClientVerticalGrid.GotoPage(pageIndex) Method

Selects the specified page.

Declaration

GotoPage(
    pageIndex: number
): void

Parameters

Name Type Description
pageIndex number

An integer value that specifies the active page’s index.

Remarks

Use the GotoPage method to switch between pages in code. End-users can do this using the pager.

See Also