--- In [email protected], "whatabrain" <[EMAIL PROTECTED]> wrote: > > I'm having trouble laying out my AdvancedDataGrid. I would like to have > a tree with a depth of 1 (a root node only contains leaf nodes). The > rootnode is just the expand/collapse icon, followed by a name. The leaf > nodes have several columns, the first few of which are very narrow. > > Basically, I want the root nodes to ignore the column structure of the > leaf nodes. Something like a "colspan" in HTML.
Hide the vertical separator between the columns. If you need it for the leaf nodes, add it into the itemRenderers. HTH; Amy

