tags:

views:

68

answers:

0

I have an AdvancedDataGrid with a GroupingCollection and a SummaryRow. How can I get GroupingField name when click on item.

Script: [Bindable] public var selectedValues:Array = new Array(); public function getChildRecords(e:ListEvent):void { selectedValues = AdvancedDataGrid(e.currentTarget).selectedItems; //selectedValues all child values under this Group. I need to select //this header/Parent of this childs }

MXML: