Indicates how paging controls will be displayed.
Navigation buttons | Only navigation buttons will be shown: First, Previous, Next, Last. |
Pages buttons | One page button for each page number will be shown. |
Navigation and Pages buttons | Both navigation buttons and page buttons will be shown. This is the default value. |
Generators: Angular
Controls: Tabular Grid
This property is available for the Tabular Grid control (included in a Panel object) when the Tabular Grid Paging property = "One page at a time".
Consideration
Showing the pages implies knowing how many records are in the query performed. To solve this, a RecordCount is previously executed (when the navigation has a base table). This may be costly, depending on several factors such as the number of records, the filters applied, indexes, etc. In case of performance problems, it is recommended to set the Paging Controls property to "Navigation buttons" to avoid executing a RecordCount.
This property applies only at design time.
This property is available since GeneXus 18 Upgrade 6.
Paging property in Tabular Grid Control