I am coloring rows in DG with the following code:
color = 0xFFFFFF;
var g:Graphics = s.graphics;
g.clear();
g.beginFill(color);
g.drawRect(x, y, width, rowHeight);
g.endFill();

The columns in DG have different colors. So, how do I restore cells 
from colored row back to columns colors? 

Thanks

Reply via email to