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
Hello, I followed the instructions on the demo website to change the color of the text in a PropertyColumn. It is supposed to have the column change while its header remains unchanged, but it actually changes both the header and column (as shown in the picture).
This is my code: <PropertyColumn Property="c => c.id" Style="color: #af5f00 ;" Align="Align.Start" Title="Order ID"/>
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
-
Hello, I followed the instructions on the demo website to change the color of the text in a PropertyColumn. It is supposed to have the column change while its header remains unchanged, but it actually changes both the header and column (as shown in the picture).
This is my code:
<PropertyColumn Property="c => c.id" Style="color: #af5f00 ;" Align="Align.Start" Title="Order ID"/>
Please help. I'd very appreciate.
Beta Was this translation helpful? Give feedback.
All reactions