cancel
Showing results for 
Search instead for 
Did you mean: 

Display Checkbox along with Tree elements

Former Member
0 Kudos

Experts,

I want to display a checkbox in front of the Tree displayed in the view. This is used for me to select the child item value for my selection condition.

let say if the user selects the node, all the child elements will be used for search condition.

Otherwise, if the node is expanded, then the checkbox selected in the child element will be used for search condition...

Can u ppl suggest me how to design it, if possible can u share some sample code or procedure to customize the Tree as per the requirement...

thanx in advance,

James...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi James,

from your post, i can understand you worked on the tree display.

i have the same requirement. i am new to WD4A. my requirement is displaying sap standard material bom, along with a check box beside the lowest level material. i need the code for this to display in wd4a.

if it is ok to you , can you send me the code.

my email id is t_sreekumar@yahoo.com

thanks in advance.

Sree

thomas_szcs
Active Contributor
0 Kudos

Hello James,

Instead of using the Tree ui element, please use the Table ui element along with a single hierarchical column. This will allow you to use a checkbox as a cell editor and to implement the desired behaviour.

Best regards,

Thomas