Pager

This page describes how to set up and configure the Pager component , a data paging organizer.

Paging is built into Data Grids. Other components can use the Pager component to control the amount of data displayed. All that’s required is for the Pager component to share the same Data Source as the other components requiring paging.

Screenshot

Note

Server Paging

Ensure Paging is checked in the Data Editor of all components requiring paging control.

The following screenshot shows a Data Grid with Paging activated.

Screenshot

Pager properties

The following sections provides details on how to configure the properties of the Pager component.

Basics

Open the Basics properties on the right and configure the properties described in the following table.

Screenshot

Field

Description

Name

Enter a name for the component.

Data Source

Setup a data source. Refer to data source for details.

Paging Type

State of the paging

type

description

None

Server Paging switched off.

Offset

Starts at the row specified in Offset/Page Number.

Page Number

Starts at the page specified in Offset/Page Number.

Offset/Page Number

Starting point for paging.

Page Size

Number of rows in each page.

Style, Format, Margins

Refer to Style for common settings.

Further Reading