Pagination Bar has the following 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:
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.
Specifies the theme class that will be applied to the pagination bar.
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:
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.
Specifies whether to display or not the button which navigates to the last page of the grid.
Specifies the maximum amount of pages to display in the buttons section. In the image above, the maximum is 5.
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.
Specifies whether the paging caption (i.e. Page 1 of 10) will be displayed at the left or the right corner of the grid.
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.
Specifies the caption that will be displayed when the grid has no records to show.
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.
Specifies the caption that will be shown for the button that navigates to the last page.
Specifies the caption of the rows per page control.
Specifies the options that the control will have. The sintax is <NumberOfRows>:<CaptionOfTheItem>
|