The AdvancedDataGrid control extends the capabilities of the standard DataGrid control to improve data visualization.
One of the most important aspects of the AdvancedDataGrid control is the support for displaying hierarchical and grouped data.
Hierarchical data is data already in the structure of parent and child data elements. Grouped data is flat data without a hierarchy. Before you pass flat data to the AdvancedDataGrid control, you specify one or more data fields that are used to group flat data into a hierarchy.
The Flex 3 DataGrid control supports footer rows, so I'm sure the AdvancedDataGrid control can do the same.
DataGrid footer example
source share