Thanks Peter, that must be it. I am using custom cells rendering to change the background color on a single column of data.
Any insight you think of will be helpful. I am looking for a solution that will change the background color of cells in column A, based on the data results from column B. Currently I am using custom cell rendering, but also would like to have all of the grid’s columns auto resize.
So I suppose the question is, is there any CSS trickery I can use to change the background color of one column, based on another columns results (without cell rendering)?
Thanks in advance