Wavemaker
Jump to navigation
Jump to search
Introduction
Specific
Parent Form and Child Form
- Add a grid for parent information (Drag a Database Widgets)
- Create a livevariable with child data (unselect autoUpdate and startUpdate)
- Bind this livevariable with the parent grid
- Add a grid for child information using the livevariable
- On the Parent grid add the livevariable in the onClick Event
- When a record is selected on the parent grid (click Event) It triggers a resfresh of the livevariable which is binded with that form and which is the source of the child grid.