I can´t get rollover effect of determined column of datagrid.
I want to change bckg color of 3rd column but it doesn´t work:

grid.getColumnAt(2).setStyle("rollOverColor", 0xFF3300);

Any help will be apreciated.