how can be set a different background-stylesheet for a ro-cell
George
You can’t define styles directly for all ro-cells. But
a) you can define colors for defined columns in the grid
grid.setColumnColor(“white,silver,silver,white”);
b) you can override setValue method of “ro” excell, and add any custom coloring logic