[flexcoders] Re: AdvancedDataGrid changing background color of Group Headers

2008-08-27 Thread anandvardhan.flex
Hi, 

But it is not going to solve my issue. The issue is to change color of
only that row which has other childs in it. 

Anand
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote:
>
> --- In flexcoders@yahoogroups.com, "anandvardhan.flex" 
>  wrote:
> >
> > I need to access the first row of each group in AdvancedDataGrid, and
> > change its background color. is there any way to do it. I found one
> > way accessing the column using GroupItemRenderer but it only controls
> > the column which groups the grid.
> >
> 
> The data property of your itemRenderer will contain the same 
> information regardless of column.
> 
> HTH;
> 
> Amy
>




[flexcoders] AdvancedDataGrid changing background color of Group Headers

2008-08-27 Thread anandvardhan.flex
I need to access the first row of each group in AdvancedDataGrid, and
change its background color. is there any way to do it. I found one
way accessing the column using GroupItemRenderer but it only controls
the column which groups the grid.