Can the new TMSFNCDataGrid handle more than one detail grid under one master grid?
Hi,
There can only be one record active at a time with an active master-detail relationship. When the record changes in the master record changes, the detail grid changes so it's not possible to view them simultaneously. If you want to achieve this you would have to set things up manually by adding your own node rows, your own grids without a database adapter, and then manually loop through all the data for the master & detail grid.
However, if you refer to adding 2 detail-grids (2 detail tables) for one record then yes, that's possible. You can wrap those grids in a panel and then assign the panel as the detail-control for the master.