Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multi selection on tree structure -

Former Member
0 Likes
325

Hi,

i am displaying a tree structure in container. user is going to select multiple on tree. if user selects parent and childs nodes, then i have to deselect all childs nodes correspoding to parent nodes. How i can get this requirement.

is it possible with check box option.

Please advise on the possible solutuins,

Regards,

Sri harsha

1 REPLY 1
Read only

Former Member
0 Likes
286

Hello,

Yes you can do it with checkbox:

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/47/aa7a2dc80a11d3a6f90000e83dd863/frameset.htm">column tree model</a>

Then you can react to the event CHECKBOX_CHANGE and see if the node is a parent and in this case, deselect all the children.

See SAPCOLUMN_TREE_MODEL_DEMO to create checkbox /react to the event.

Regards,

Walter