Hi,
I have a DataGrid component with a custom CellRenderer that extends CellRenderer and implement ICellRendere.
I add a MovieClip inside of each cell. The MC contains some MCs that have RollOver event on it. The problem is that the DataGrid gets my RollOver event instead of MC. You know if there is mouseChildren = false anywhere?
I’ve tried also a different way.
I made my custom cellRenderer class to extend MovieClip and only implements the ICellRenderer interface and it works but something very strange happens:
In the datagrid every cell has a duplicate if I put there like 40 cells and it needs to make scroll. And if took the scroll on the middle of the datagrid and I resize the window my first cells disappear!
PLEASE HELP!