I need to programmatically change the background color for a single row in a datagrid in Flex. I\'ve scoured the Net and found reference to \"dg.setPropertiesAt,\" which is
dg.setPropertiesAt(3, {backgroundColor:0xFF0000});
Where dg is your datagrid and the number 3 is the row color of your grid.