--- In [email protected], "reflexactions" <[EMAIL PROTECTED]> wrote: > I am using a GroupedCollection in a ADG. > I have set the GC groupingField to be "parentKey" > This group everything by parenKey in a simple fashion but there doesnt > seem to be a way to connect parentKey and key together so that it nests > the rows correctly. > ie the item with key==1 should have nested children that have > parentKey==1 > How do I do this?
I haven't understood your question properly, but have you tried writing your own groupingFunction to get the grouping you want? See http://flexpearls.blogspot.com/2007/11/customizing-grouping-using.html for a sample. Regards, Swaroop
