Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Anthony Nahas on Aug 18, 2009 13:17
open dhtmlx forum
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?
Answer posted by Support on Aug 19, 2009 10:20
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;