Re: [flexcoders] AdvancedDataGrid Grouping: itemRenderer for parent

2009-10-29 Thread powers
Just want to explain here how I solved this. I set the groupItemRenderer of the ADG to render a customItemRenderer that I created. I had to implement the expand/collapse functionality that the AdvancedDataGridGroupItemRenderer takes care of by default. Rather than extend this class, the custom

[flexcoders] AdvancedDataGrid Grouping: itemRenderer for parent

2009-10-28 Thread powers
I have an advanced data grid with a dataprovider with a grouped collection. The default of the ADG is to display a folder icon, along with whatever text is contained in the datafield, as the parent element. All the children are displayed with the paper icon and the text that is displayed in the

Re: [flexcoders] AdvancedDataGrid Grouping: itemRenderer for parent

2009-10-28 Thread Tom McNeer
What do you actually intend to render? The ADG itself has attributes for GroupItemRenderer, GroupIconFunction and GroupLabelFunction. One of those ought to handle what you need. On Wed, Oct 28, 2009 at 3:54 PM, powers vic.pow...@gmail.com wrote: I have an advanced data grid with a