Hi All,
I'm relatively new to ADF and JDeveloper, and as such I have hit a problem that I cannot negate.
I have a tree table that looks something like the following...
1. Status | Name | Employee ID
-> 2 Status | Name | Employee ID | etc. | etc.
-> 3 Status | Name | Employee ID | etc. | etc. | etc.
What I would like to do is when I select the top line/parent node (line 1) I would like the child nodes (lines 2 and 3) to be selected in the same mouse click.
Ultimately I will be invoking a property listener on a button, once the selection has been made, to change the value of the 'Status' column in all three of the levels that have been selected.
N.B. Each level in the tree structure above is derived from 3 separate views, which are joined on Employee ID.
Thank you in advance for your help and guidance.
Kind Regards,
Jamie.