Hi - I am displaying some data with a conditional formatter setup to highlight a row light green if a particular column value is zero (i.e. ApplyToRow = true). When the that column value is updated to non-zero (programmatically) the formattings is removed and the entire row colour is reset to the default (white) - as expected.
However the cell border for the column that the formatting is applied to is also cleared - note all other columns are fine. I am using the standard theme so the selected row has a back colour of light blue and each cell has a blue top/bottom border and a light grey left border.
Is this a known issue?