Hola,
Me autorespondo por si le interesa a alguien
En el evento onRenderCell del IWDBGrid
Código Delphi
[-]
procedure TFcarrito.IWDBGrid1RenderCell(ACell: TIWGridCell; const ARow,
AColumn: Integer);
begin
if ARow > 0 then begin if ValorDelCAmpoEnLaBaseDeDatos > 10 then ACell.BGColor := clWebRED;
end;
end;