Sorry. I missed a detail... I tried to do: grid.selectedItems.push(o). It did not cause the item to be selected.
--- In [email protected], "fourctv" <[EMAIL PROTECTED]> wrote: > > You have 2 options, set either adg.selectedItems or adg.selectedIndices. > > --- In [email protected], "whatabrain" <junk1@> wrote: > > > > Another old question, I'm sure, but I can't find an answer anywhere on > > the web. > > > > How do I cause a row to be selected in an AdvancedDataGrid? Basically, > > when a top-level element is clicked, I want all of its child elements > > to be selected. > > >

