Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
885
Wingrid columns separators
posted

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!

  • 469350
    Suggested Answer
    Offline posted

    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.