--- In [email protected], "tungchau81" <[EMAIL PROTECTED]> wrote: > > Hi, > I have an AdvancedDataGrid and I only want to me rows of leaf nodes > selectable. Rows of parent nodes should not be selectable. However, > AdvancedDataGrid only has a global "selectable" property. Any advice on > how to do this is greatly appreciated.
Try extending AdvancedDataGridGroupItemRenderer and set MouseChildren on it to false. HTH; Amy

