Grid Functionality / Master-Details

Master Grid


Details Grid
Theme

Description

This example demonstrates master-details relation between two grids. When the row from the first parent grid is selected, the second child grid is populated with data based on the first gird's selected row id. You can find the gridData.js file content here: gridData.js

Was this example useful?