{Header}
This example shows how to use the editable grid component to maintain individual records while at the same time letting users navigate between the records without having to go back to a grid page to select another record.
Click on First, Prev, Next and Last , or on a record number to view an individual record. You can update the record information then click the “Submit” button to save the changes.
To add a new record, click “Add New”, enter the data for the new record then click “Submit”. A new record will be added.
Database: Intranet
Tables: employees
The editable Grid’s Before Show event was used to hide the new record rows while viewing and editing the values as well as to hide the navigator when adding a new record.
The editable Grid’s Before Select event was used to hide the new record rows while viewing and editing the values.
The editable Grid’s Before Show event was used to hide the navigator when adding a new record.