Replies: 1 comment
-
Could you please provide a link on stackblitz for your example? What demo site did you use (V9, V8, web components)? |
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.
-
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