I have a grid with columns organised into groups.
I want to have a space between the group headers and the column headers.
How can I do this?
I already tried DisplayLayout.Override.SpecialRowSeparator, but this adds a space between the column headers and the grid rows.
Thanks in advance.
Hi,
The grid currently does not have this functionality.
There are a number of ways you might achieve what you want. But it's hard to offer any specifics without knowing what your goal is.
If you just want to make the division between Group Header and Column Headers clearer, you could change the colors of the group headers.
Or, you could use a DrawFilter to draw a thicker border at the bottom of the group header.