Overview
Example Lab Details | |
| Version | 6.5.0 |
| Root Folder | Example Lab - Data Grid Update |
| Modules | None |
| Dependencies | None |
This Example Lab demonstrates the ability to be given a sample set of data, populate a data grid, and then select and update.
Explanation
This project fetches a small sample set of data to populate an Advanced Data Grid on a Form. Then when a row from the grid is selected, pass that row data onto its respective text boxes at the top for the user to modify/update the selected data. When clicking on the Update Button, the Form will run a Flow that Selectively Updates that specific entry in the database and reruns, fetching all sample data to visually update the Advanced Data Grid.

