Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4155
How can i colorize/highlight a data row's cell depending on if bound values equation?
posted

How can I apply a formula to color a certain cell in XamDataGrid?  In the included example, I want to color the cell under Column "Count" ONLY if that row's Count / Last Count < 0.90.  Example solution provided, and here's a picture showing what i need outcome to do.  Basically highlight the cell for each row where count is more than 90% of lastcount.

CellColorExample.zip