cancel
Showing results for 
Search instead for 
Did you mean: 

GetLeadSelection of a branch in a TreeByNestingTableColumns

Former Member
0 Kudos

Hi all,

I'd insert a Tree into a Table by using the TreeByNestingTableColumn.

Moreover I'd added to that Table another Columns with a CheckBox.

My question is:

How can I get the lead selection of the tree's branch when I toggle the corresponding Check Box?

My Table has 3 columns:

-Master Column that contain the Tree

-ID of the Tree element

-Check Box

I hope that the prblem is clear.

Thanks a lot.

Gianluca Barile

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Gianluca,

Just navigate down in the context starting from root node of the tree-part following the leadSelection. Another option would be register for the onLeadSelection event of the table and to store the leadSelection at some place that will be accessible from the event handler of the checkbox.

Best regards,

Thomas

Answers (1)

Answers (1)

Former Member
0 Kudos

Answered.