cancel
Showing results for 
Search instead for 
Did you mean: 

Tree UI Element Issue

Former Member
0 Kudos

Hello all,

Am facing an unusual issue with a Tree UI Element.

I am populating data in a tree using a recursive node. There is a root node which remains expanded and the backend read data starts from the next level of the tree which is collapsed. In the drop down arrow however, on clicking the arrow the tree does not expand. Only on clicking the row of the data does it expand? Has anybody faced a similar issue before. This is not the case for other root nodes.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi

Do somne checks :

1. Selection cardinality of that node.

2. Check the parameter mapping .

3. Further take help from similar therads [Help1|; : [Help2|; :

Best Regards

Satish Kumar

Former Member
0 Kudos

Selection Cardinality of the Tree Bound Node changed from 0......1 to 1......1 resolved the issue

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi,

Check the property "IsExpanded" for the node below the root node in the code.

Regards,

Poojith MV