I'm actually already hiding all the grid separators. Let me try to
demonstrate what I mean visually...

This is what I want:
[^] Group1
    [ ] C1 C2 C3 C4 C5
    [ ] C1 C2 C3 C4 C5
    [ ] C1 C2 C3 C4 C5


In the above picture, each item (C1,C2,etc) is in its own column, but
the group name ignores those columns.

Because of the way columns are aligned, this is what I'm actually
seeing:
[^]G
    [ ] C1 C2 C3 C4 C5
    [ ] C1 C2 C3 C4 C5
    [ ] C1 C2 C3 C4 C5


The group name is cut off, because it doesn't fit in the very narrow
first column. If I put the name in a wider column, it's indented too
far.

So how do I make the group name span all five columns, giving it enough
space to display?





--- In [email protected], "Amy" <[EMAIL PROTECTED]> wrote:
>
> --- In [email protected], "whatabrain" junk1@ 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
>



Reply via email to