‎2007 Aug 14 9:19 AM
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
‎2007 Aug 14 11:57 AM
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