The documentation shows how to create a hierarchy of tables in the grid.
But how do you trigger on select for any of the detail tables?
For example I have this relationship
Customer->Department->Person
If I select a row on the Person level how do I trigger the on select and recall the row info on the Person table.
The examples given only provide a method on the grid level.