You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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