I have an interactive grid, where one column (TRAFFIC_LIGHT) is a select list which the user can edit, with the values or either Red, Green, Yellow.
What I want to do is color the background of the cell for each row, based on the value of the traffic light - in a similar way to Change the background color of a select list in a tabular form
Is this possible in an interactive grid? What is the best method to do this
Thanks