http://flexpearls.blogspot.com has some good examples that will get you started.
Also check http://www.flexgeek.info for more tutorials on AdvancedDataGrid On 6/19/07, Stephen Gilson <[EMAIL PROTECTED]> wrote:
There is an entire chapter on the AdvancedDataGrid in the public beta version of Flex. This should get you started. You can find it here: http://livedocs.adobe.com/labs/flex/3/html/advdatagrid_019_01.html Stephen ------------------------------ *From:* [email protected] [mailto:flexcompone [EMAIL PROTECTED] *On Behalf Of *danielcclark *Sent:* Tuesday, June 19, 2007 12:48 PM *To:* [email protected] *Subject:* [flexcomponents] Displaying hierarchical data in an AdvancedDataGrid ? Hi, So I'm new to Flex/Actionscript, and I'm trying to create a AdvancedDataGrid (ADG) component that looks exactly like the component in this picture: http://onflex.org/images/FX3_dg0.gif I'm assuming this is using a HierarchicalData collection, but is that correct ? I can get the ADG to show a tree like structure just fine using a GroupingCollection, but that only groups on one column (and is not what I want). I couldnt find much documentation on the ADG, so if anyone knows how I would add a row into the ADG (with text in a couple columns) and when the user clicks on that row, the row expands and shows children data items in a few columns. Thanks !
