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
585
How to change cell propety based on the data loaded?
posted

with xamGrid, I want to change cell font color based on the data from datasource. For example, one column named status with following kind of value:

1. Good

2. Bad

3. Not sure

then I want to all Bad status dispalyed as red font, and Good status displayed as green font.

How to implement this either in xaml or in code?