I’m using setBgColor() to apply highlighting to cells on a grid. However, I want to be able to clear the highlighting as well. I’m currently running setBgColor() again to set it to white, but the problem is that then the cell appears white even when the row is selected, instead of looking like the rest of the row. Obviously, that’s not the behavior I’d want.
I also set the text color, but it appears that the default text color is not pure black, because the text of the cell looks different when the highlighting is cleared.
Is there a way to just reset the cell styling to the default of the grid?