Hi, I'm using the AdvancedDataGrid in Flex 3, and would like to use the groupLabelFunction to display the total count of items in a group. groupLabelFunction must be defined by a method that consumes the data item and an AdvancedDataGridColumn as parameters. I am not able to find a way to obtain the column groups (and group totals) that the specified column belongs to. I've seen an example of this done, e.g., :
http://flexpearls.blogspot.com/2007/11/customizing-group-label-fields-when.html However, the documentation doesn't seem to provide any clues on how to obtain the group totals from within the groupLabelFunction function. Thanks, in advance, for any pointers or suggestions. -- Frank

