I solved it by implementing the IDropInListItemRenderer and listening to 

DataGrid(listData.owner).addEventListener(ListEvent.CHANGE,
listChangeHandler)

It's not a best practice, but for now it's enough.

JS

--- In flexcoders@yahoogroups.com, Jo�o <[EMAIL PROTECTED]> wrote:
>
> Hi, 
> 
> I have a Datagrid with several rows and columns. I am using
> ItemRenderers on the cells. I need that a specific ItemRenderer
> changes the way it looks when the row where he's in is selected. How
> can I achieve that?
> Is it possible to make the itemrenderer know that and react in real
> time? Or is it preferable to extend the DataGrid?
> 
> Thanks,
> 
> João Saleiro
>


Reply via email to