I have been implementing the Datagrid in one of my applications as an R&D excercise and I have run into a problem.
Does anyone know if it is possible to set rows to have different colors based on a binding value. i.e. if the value is 0-100 then the row should be green, if the value is 101 - 500 the yellow, else red.
I have tried many many different ideas, and converters, but cannot seem to affect only certain rows, I can only seem to be able to change all the rows(and/or alternating rows).
Any help or pointers would be appreciated.
Thanks
Greg