State Formatting Question
I am needing to apply state-based formatting to a grid so that it functions as follows:
* The entire row of a grid widget is highlighted green if the 'Status' cell value of the row is equal to 'Active'
* Certain cells of the grid row are highlighted red if the values of those cells exceed a certain value
All is fine if my row is supposed to be green AND my specific cells have exceeded their specific limits. The issue I'm having is when the row is green but the other cells with state-based formatting have not exceeded their limit. In this case, those cells are white instead of green like the remainder of the row. I cannot make their default style green because that is determined on the value of another cell.
I needing the ability to have like nested styles. Has anyone run into this situation or have a solution to this ThingWorx grid widget requirement?
Regards,

