Hello all,

I have a Trinidad treeTable with row selection set to single as follows...

<tr:treeTable rowSelection="single">

I have a hierarchy of nested beans which has a getChildren method to allow me 
to show a hierarchy of child rows.

Is there any way I can say row selection is only possible on the child rows? i.e

-- ParentRow
-----ChildRow
-----ChildRow
-- AnotherParentRow
-----ChildRow
-----ChildRow

At present row selection is possible on all rows where I would prefer on the 
child rows to be selected?.

Or is there a better way I can represent this hierarchy?

Thanks

Andy

Reply via email to