Problem with Cell Colors

Hi to all,

I have a problem. I am using a grid and on one column I want to change my cell’s colors with using cell values.

Ex: There are 3 columns -> “ID | Name | Qty”. I want that if item’s qty is 0, cell color on QTY column is red. If the item’s qty if different than 0, that cell color is yellow.

How can I do that? Or is it possible?

I’ve tried to show what i want.

You may define the style of the cell right in your xml:
0

In case of dynamic color changing you may try to create your own custom excell type:
docs.dhtmlx.com/doku.php?id=dhtm … l_creation