How to remove text decoration in DataGridTemplateColumn? #3206
Unanswered
LejlaBrkic123
asked this question in
Q&A
Replies: 2 comments
-
Hi @LejlaBrkic123 are you able to share some of your code demonstrating what you are doing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes, for example I am using this method
and also on the similiar way the column with combobox. |
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 DataGridTemplateColumn for autogenerated columns in datagrid, and creting them using framework elements. How to remove underline in that way created columns.
I have tried by adding a new style and putting textdecoration property as null but my other thing defined by defulta style are then messed up.
Beta Was this translation helpful? Give feedback.
All reactions