{Header}
This example shows how to use Grid forms to traverse multiple records and view their details at the same time. In this case, there is no need to switch between a Grid and a Record form to show record details since a grid with a Navigator controls shows all the records with their details.
Click on an employee name to view detailed information, then click on First, Prev, Next and Last to view other records. Note that you can use the Sorters to rearrange the order in which the records appear. Whenever a sorting order is set, it is maintained even when you navigation to other records.
Database: Intranet
Tables: employees, departments
The Grid’s Before Show Row event is used to calculate the number of records up to the current page as well as the current page number and the record number. This information is appended to the URL leading to the NavGrid_Detail page.