As3 DataGrid - Alternate Row Colors

I need an editable datagrid to teach subtraction. I tried
aDg.setStyle(“alternatingRowColors”, [“0xF0F0F0”, “0xFFFFFF”]);

What could’ve gone wrong?