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