Replies: 1 comment
-
Could you please share a link on stackblitz with your example? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using FluentDataGrid and PropertyColumn. When I add Style (color: red) in PropertyColumn, it also applies to the header which I don't want. I did the same thing in the demo website which is :
<PropertyColumn Property="@(c => c!.State)" Style="color: #af5f00 ;" />
I don't know where is the problem. Please help. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions