Pagination Bar

PaginationBarImg01

Pagination Bar has the following properties:

Category Property  
General Properties Include Pagination Bar

PaginationBarIMg02

Include Rows Per Page Selector
Theme Class
Empty Grid Theme Class
Show First Button
Show Previous Button
Show Next Button
Show Last Button 
Max Pages To Show
Pagination Buttons Position
Pagination Caption Position
Labels Paging Caption
Empty Grid Caption
First Caption
Previous Caption
Next Caption
Last Caption
Rows Per Page Caption
Rows Per Page Rows Per page Options


General Properties:

:

Specifies the default value for this property on grid nodes. This property specifies whether to include or not the pagination bar at the bottom of the grid. When this property is True, the grid will look like the following image:

PaginationBarImg03

Include Rows Per Page Selector:

Specifies the default value for this property on grid nodes. This property specifies whether to include or not the rows per page selector at the bottom of the grid.

Theme Class:

Specifies the theme class that will be applied to the pagination bar.

Empty Grid Theme Class:

Specifies the theme class that will be applied to the pagination bar when the grid has no records. The default class will have the following look & feel for empty grids:

PaginationBarImg04

Show First Button:

Specifies whether to display or not the button which navigates to the first page of the grid.

:

Specifies whether to display or not the button which navigates to the previous page of the grid. 

:

Specifies whether to display or not the button which navigates to the next page of the grid.

Show Last Button:

Specifies whether to display or not the button which navigates to the last page of the grid. 

Max Pages To Show:

Specifies the maximum amount of pages to display in the buttons section. In the image above, the maximum is 5.  

Paging Buttons Position:

Specifies whether the paging buttons (First, Previous, Next, Last, and the specific number of pages) will be displayed at the left or the right corner of the grid.

Paging Caption Position:

Specifies whether the paging caption (i.e. Page 1 of 10) will be displayed at the left or the right corner of the grid. 

Properties Of Category Labels:

Paging Caption:

Specifies the caption that will be displayed related to the paging information (page and records displayed, total number of pages or records, etc.). You can use the following tags:

  • <FIRST_RECORD>: represents the first record index of the current page. For example, if the grid displays 9 items per page, and now is displaying the third page, this tag will show the value 19
  • <LAST_RECORD>: represents the last record index of the current page. For example, if the grid displays 9 items per page, now is displaying the third page, and the grid contains more than 27 records, this tag will show the value 27
  • <TOTAL_RECORDS>: represents the total amount of records that the grid will display.
  • <CURRENT_PAGE>: represents the index of the current page.
  • <TOTAL_PAGES>: represents the total amount of pages that the grid will display.

PaginationBarImg05

PaginationBarImg06

Empty Grid Caption:

Specifies the caption that will be displayed when the grid has no records to show.

First Caption:

Specifies the caption that will be shown for the button that navigates to the first page.

:

Specifies the caption that will be shown for the button that navigates to the previous page.

:

Specifies the caption that will be shown for the button that navigates to the next page.

Last Caption:

Specifies the caption that will be shown for the button that navigates to the last page.

Rows Per Page Caption:

Specifies the caption of the rows per page control.

Properties Of Category Rows Per Page:

Rows Per page Options:

Specifies the options that the control will have. The sintax is <NumberOfRows>:<CaptionOfTheItem>