If you set the flygrid datasource to a datatable with a defined relation to another table in the dataset, the flygrid correctly shows the nested rows of the child table under the parent table row when you click the expansion icon.
However, you cannot expand the parent row programattically. Expand All does not work. flyGrid.Rows.Items only has the first row, so you cannot even iterate through all the rows and set Expanded on each one.