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
20
Column Style
posted

Hello,

I have a autogenerated XamDatagrid where I have a number of columns.

For example

User                 Account                  EmailStatus             ShareDriveStatus             NTAccountStatus

       John                 sjohn                     CREATED                  PROVISIONED                SUCCESS 

       Mel                   sMen                     NOT CREATED            PROVISIONED               ERROR

       Scott                 sScott                    CREATED                  NOT PROVISSIONED        IN PROGRESS

What I need is that for each column I would need to create styles based on the value  For example

Email Status  Column 'CREATED" needs to be in GREEN and NOT CREATED IN RED

NT Account STATUS : Success - BLUE,    ERROR -  RED IN PROGRESS - YELLOW

I know how to use IvalueConverter to change the color of the row but I would need granular column styling. Please help

 

Regards

Siva

 

 

 

 

 

Parents Reply Children
No Data