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
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.