Datagrid Column with column span #4454
Unanswered
NeoCoderMatrix86
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is not supported at the moment. You can try adding Example <DataGridColumn colspan="9" ...> Hide other columns <DataGridColumn Field="Name1" Display="Display.None" ...>
<DataGridColumn Field="Name2" Display="Display.None" ...>
<DataGridColumn Field="Name3" Display="Display.None" ...> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to move from a table to datagrid component, but I'm facing a problem: On the current table I have a table row above the row with edit components.
For example:
Is there any possibility that I can have a datagrid column with column span?
Beta Was this translation helpful? Give feedback.
All reactions