Column Color?

I have an autocalculated column, but it is a different style from an autocalculated footer that i’m using. I’d like the column to look like the default footer in terms of color. How can I grab the color of the footer and apply it to a certain column?

You can use
grid.setColumnColor(",red");
command to set colors for necessary columns

>>How can I grab the color of the footer
Check dhtmlxgrid.css


div.gridbox_[SKINNAME] div.ftr td {

background-color:#ffffcc;