DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Check all sub-nodes of a SUD tree control

I have a tree control in a SUD, with checkboxes.  If a user checks a checkbox, I'd like all sub-nodes to automatically be checked too!  What's the best way to do this?  Thanks!

0 Kudos
Message 1 of 3
(2,334 Views)

Hi Julia,

 

I was checking the DIAdem Dialog Editor to see if there was a property to enable the multiple selection after selecting a higher hierarchy element. However I couldn't find any other call to customize this. 

 

One thing that comes to my mind is that you can try and modify sorce code of your SUD to see if after selecting the parent option you can default the children elements to active. You can access this souce by doubleclicking the SUD's workspace. 

 

Hope you can find this helpful!

Regards,

Sil.VI
0 Kudos
Message 2 of 3
(2,290 Views)

Thank you! I should have clarified, I do have some code that works but it's not elegant and I was hoping there was something I was missing.

0 Kudos
Message 3 of 3
(2,287 Views)