I extended the subgrids test example to include a third "level" in the subgrid. So I have grid like this:
Grid with rows that contain grids, and those grids contain grids.
When I "toggle" to expand the second level grid (thus making is bigger), I do this:
subGrid.updateRow(inIndex);
grid.rowHeightChanged(parentRow);
