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
1225
Tree like nodes in a Grid (winforms)
posted

I would like to have a tree like node within a grid.  I need to use the Grid rather than the tree because filtering is required.  How can I configure the grid to look soimething like this

 

customer

    documentType1

         doc1

         doc2

   documentType 2

         doc3

         doc4

 

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I suppose if you have a grid with a single column in each band, you could turn off the borders using BorderStyleRow and BorderStyle cell and it would look sort've like a tree.

Reply Children