Client Grid Pagination property

Use the Client Grid Pagination property to enable pagination on a grid component in the web client. Select from these options:

  • None: The default value.
  • Full Featured: This option displays these page controls at the bottom of the grid:
    • First Page button
    • Previous Page button
    • Page Selector field, for example, 1 of 19
    • Next Page button
    • Last Page button
    • Get More Rows button
    • Record Number field, for example, Displaying 1 – 19 of 200
  • Navigation Buttons: This option displays only the navigation buttons at the bottom of the grid.

    This option includes the First Page, the Previous Page, the Next Page, and the Last Page buttons.

  • Nav Plus Get More Rows: This option displays only the navigation buttons and the Get More Rows button at the bottom of the grid.
  • Nav Plus Page Selector: This option displays only the navigation buttons and the Page Selector field at the bottom of the grid.
  • Nav Plus Page Set Plus Get More: This option displays only the navigation buttons, the Page Selector field, and the Get More Rows button at the bottom of the grid.
  • Nav Plus Record Number: This option displays only the navigation buttons, the Page Selector field, and the Record Number field at the bottom of the grid.
  • Full Featured On Top: This option displays all the page controls on top of the grid.
  • Navigation Buttons On Top: This option displays only the navigation buttons only on top of the grid.
  • Nav Plus Get More Rows On Top: This option displays only the navigation buttons and the Get More Rows button on top of the grid.
  • Nav Plus Page Selector On Top: This option displays only the navigation buttons and the Page Selector field on top of the grid.
  • Nav Plus Page Set Plus Get More On Top: This option displays only the navigation buttons, the Page Selector field, and the Get More Rows button on top of the grid.

You can find this property on the Component property sheet under Miscellaneous > Specific Attributes.

When you use the Client Grid Pagination property, the No Scroll property is automatically set to False. If you set the No Scroll property to True, the Client Grid Pagination property is automatically set to None.