Changing Grid's Column Color

Hi all,

I’ve got a problem with changing one column’s color. Is that possible in the grid?

Example: I’ve got 12 columns in the grid and I want my price column’s color is green, not default grid’s color. How should I do that?

I’ve searched forum, but I couldn’t find anything…

You may try to use setColumnColor() method.
docs.dhtmlx.com/doku.php?id=dhtm … olumncolor
Note that the method should be called before the init of the grid.

Thank you sematik! I’ve looked documentation, but I think I missed out the method. :slight_smile:

Thank you again…