adding color to the attribute in data grid

0
how to add a background color only to the   attributes value  in a data grid?
asked
2 answers
0

If you are CSS pro you could manage that.

But my advice is to use the Datagrid2 instead, which can do this better using Dynamic classes

answered
0

If you want the colors to depend on the value, you can use the grid cell styler.

You can probably modify it to work in datagrid2 as well.

answered