Filtering the grid content from a tree
In order to reload the grid content starting from the selection of a tree node, an action must be defined and linked to the tree (to the node selection event).
Create an action like this one:
Link the action to the “node selected” event of the tree panel
Another typical task is to insert new rows into the linked grid and fill in data in new rows starting from data available in the selected tree node. In order to do that, you need to set a “default value in insert” for a cell in the grid to fill in with a value coming from the tree node. Within that cell, the default value to set can be filled with something like:
PreviousAdding filter conditions to a gridNextFiltering the tree content, starting from a filter panel linked to a grid
Last updated