I have a Devexpress gridview. I need to change the color of the entire row based on certain values in multiple columns. I have a category column, onHand column and a TrackLevel column. The colors are set out as below:
Stock Item with stock Track Levels on: White
Stock item no stock track levels on: Pienk/maroon/red (depending on screen quality)
Service item track levels off: Blue – if category is marked as service
Service item track levels on: Pienk/maroon/red (depending on screen quality) – if category is marked as service
Service item track levels off: Pienk/maroon/red (depending on screen quality) – if category is not marked as service
Grouped stock item: Green
Stock item track levels off: Yellow
I can use the Devexpress Designer but it does not allow me to evaluate the values of multiple columns.
I have visited https://supportcenter.devexpress.com/ticket/details/t621755/change-the-color-of-a-row-or-cell but there is no RowStyleEventArgs when I type it.