Replies: 1 comment
-
@abogadi I think it very much depends on when the code you provided is being executed. Material Design in XAML will attempt to push its own styles onto some of the standard column types, unless the default has been manipulated beforehand (which is probably what you want). Can you share a bit of the XAML you have and also some context around the code in the description above? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to change the background of individual cells in a DataGrid column based on their content.
Th below simplified code does not seem to play together with Material Design in Xaml (It does work without Material Design in Xaml)
Any ideas on how does one do with Material Design in Xaml applied?
Beta Was this translation helpful? Give feedback.
All reactions