Setting styles for an individual column

Color and text styles can be set for the grid as a whole or for a column. You can use the following syntax to set a style for a particular column:

grid.getColumnAt(3).setStyle("backgroundColor", 0xFF00AA);