Pager
The Pager component lets you paginate sets of data. You can define an amount of records per page, and the control will provide the required buttons to browse the whole set.
Contents
Server-side Features
Properties
In addition to its own properties (documented below), this component also inherits the following:
- From Control: BorderRadius, BoxShadow, Cached, Cursor, Font, Gradient, Height, Hint, Layer, Left, ParentFont, TextShadow, Top, Transform, Width.
- From Component: Name, Tag.
CSSFile
Path to the CSS file in the css folder of the RPCL directory to be applied to the control.
For stylesheet files outside the RPCL, use the StyleSheet component instead.
DataSource
A Datasource component to link the control to a DataSet component from which to retrieve the data to be displayed on the control.
DesignTotalRecords
Amount of records to assume there is when no active DataSet component is linked to the DataSource.
MaxButtons
Amount of numeric page buttons to be displayed before the button with an ellipsis (…).
NextCaption
Text to be displayed on the Next button.
PreviousCaption
Text to be displayed on the Previous button.
RecordsPerPage
Amount of records to be provided on each page.
Server-side Events
This component inherits the following server-side events:
- From Control: OnAfterShow, OnBeforeShow, OnShow.
Inheritance
- Parent: Control.