Yes, that makes sense, in your first message I did read about the copy, but somehow between my eyes and my brain it got translated as reference, go figure :)
Thanks --- In [email protected], "Tracy Spratt" <tspr...@...> wrote: > > I haven't done dynamic columns with ADG, but, at least with the standard > DataGrid, the.columns property returns a *copy* of the DataGridcolumns > array, so it is critical after modifying that array that you re-assign it to > the columns property. > > > > ADG is probably the same, adg.groupedColumns returns a *copy* of the column > array, so changing it does not change the ADG. > > > > Tracy Spratt, > > Lariat Services, development services available >

