--- In [email protected], "tungchau81" <[EMAIL PROTECTED]> wrote: > > Thanks, Amy. > I tried setting mouseChildren to false for parent nodes and it worked, > but I no longer was able to click on the default arrow icon to expand > and collapse a node... > I did not state my question clearly earlier. I still want users to be > able to collapse and expand a node, but the containing row of the node > should not selectable. This means no highlighting color shows up when > users attempt to select those rows in a table.
Maybe you could use a preventDefault in the itemClick handler. HTH; -Amy

