Questions tagged [groupingcollection]

3 questions
0
votes
1 answer

Flex AdvancedDatagrid populating with groupingCollection based on xml

I'm currently trying to populate an flex 3 AdvancedDatagrid with xml received from a HTTPService with id="produktMatrix_data". The layout is as follows: http://pastebin.com/NqFqgj86 The result should look like: The further rows like KID, M.., etc.…
oldwired
  • 527
  • 5
  • 12
0
votes
1 answer

Click on advanceddatagrid having dataprovider as grouping collection

I am creating tree structure using advanceddatagrid. The dataprovider is grouping collection whose source is arraycollection. This grouping collection is grouping the fields as specified and I am getting the right tree structure. I have this type of…
0
votes
1 answer

Flex - Hide GroupingField in GroupingCollection

I'm using a GroupingCollection with 5 GroupingFields but sometimes my data doesn't have info for one of the GroupingFields. How can I hide that GroupingField when it's null on my data? This is my GroupingCollection