cancel
Showing results for 
Search instead for 
Did you mean: 

sap.m.tree with mode: multiselect -> make checkboxes NOT editable

danielspiess
Explorer
0 Kudos

Hello everybody,

is it possible to make the checkboxes of a sap.m.tree with mode multiselect so that they are not editable anymore?

The case I have looks similar to this:

I have also set this up in jsbin:
http://jsbin.com/lemerusapa/edit?html,js,output

Now I would like to make sure, that once the tree is loaded the checkboxes cannot be edited anymore.

I guess, that I will have to access the "editable-porperty" of the checkboxes:

But I didn't specifically create the checkboxes, but rather just chose the mode="MultiSelect" for the Tree in order for the checkboxes to show up. And now I have no clue how to access them to change the property.

Thanks in advance for your help!

View Entire Topic
former_member182862
Active Contributor

Hi

Will this work for you?

http://jsbin.com/vexoso/edit?html,js,output

Thanks

-D