How about the following scenario: we have a hierarchical structure of companies. Company A owns child-companies 1, 2, 3, and child-companies 1, 2, 3 each own grand-child companies 1a, 1b, 1c, 2a, 2b, 2c, 3a, 3b, 3c.
Each of the companies, no matter what level, has employees. I would like to show in a treegrid something like the following:
>A
Ronald
Nancy
>1
Neil
John
Anna
>1a
Albert
Fred
>1b
Nicole
Adrian
Brian
>1c
Eric
>2
>2a
>2b
>2c
>3
>3a
>3b
>3c
As you indicate, this is not possible in a treegrid. But I don’t see how this can be done in a Data table or a Grid either, as they don’t support hierarchical data. This is not a theoretical situation, I really do need to implement this. Could you please give me any advice how to approach this?