Hi, If you know could you please provide code example how to make certain column groups separated with other with bold (or different color lines) lines? Thanks!
Hi,
There's no built-in functioanlity in the grid for displaying a separator between Groups.
You could use a DrawFilter to draw the lines yourself.
Another approach you could take, which I have used myself, is to create an unbound column in it's own group and put it between two other groups. Then you could set the column's CellAppearance and HeaderAppearance so it's solid and looks like a divider.