Hello, is there a way to link multiple trees in the same column? What I would like is to have tree1 linked to cell row1-column1, then have tree2 linked to cell row2-column1. Something like that scenario which is basically a per cell link rather than a per column link.
Thanks sematik. I’m not sure this solves my problem. I was able to place other types in a tree column, but not 2 trees in the same column. In order to link a grid, I need to call mygrid.setSubTree(tree, 2);. So how would I add tree2 to column 2 as well? mygrid.setSubTree(tree2, 2); will just override the first call to setSubTree.