Yes, that worked, thanks. On Fri, Oct 31, 2014 at 12:20 PM, OmPrakash Muppirala <[email protected]> wrote:
> Have you tried this? > > > http://stackoverflow.com/questions/768812/flex-expand-advanceddatagrid-tree-column-programatically > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/controls/AdvancedDataGrid.html#expandItem%28%29 > > On Fri, Oct 31, 2014 at 9:50 AM, mark goldin <[email protected]> > wrote: > > > I am using XMLLIst to show in ADG. > > Data has the following structure: > > > > <mx:XMLList id="dpHierarchyXML" > > > <Description="All Projects"> // main folder > > ..... > > > > When I load data I want to have All Projects expanded. > > Any idea? > > > > Thanks > > >
