Thanks Scott for the help but showHeaders removes all the Headers. I just want to not show the subheaders. Is there anyway to remove only the headers for the columns within the AdvancedDataGridColumnGroup tag?
--- In [email protected], Scott Melby <[EMAIL PROTECTED]> wrote: > > Set the showHeaders property of the AdvancedDataGrid to false. > > hth > Scott > > Scott Melby > Founder, Fast Lane Software LLC > http://www.fastlanesw.com > > > > majid.tahir wrote: > > > > Hello, > > > > Is there anyway to not display the headers of the columns that are > > within a <mx:AdvancedDataGridColumn> <mx:AdvancedDataGridColumn/> tag. > > > > In other words we dont want to display subheaders. For the top level > > headers you can easily set the headerHeight=0 to make the headers > > invisible. Is there anything similar that I can do for advanced > > datagrid subheaders? > > > > Thanks > > > > >

