Hello all,
We're trying to use a drop down tree hierarchy for a Grid, so far the
whole grid is in pure
MXML. The calculations for each cell are done and displayed in the appropriate
grid cell.
Some of the cell rows fall under a main grid row which is the header of the
cell underneath.
How is it possible to have the cells hidden in such a header row with a + on
it's left and when
clicked, will list all the cell that are sub-headers to it?
The tree doesn't work unless our data is being fetched by XML, not done so far,
but very
likely in the future.