cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

How to add value to the inside of the tree to other controls

lliangjb
1-Newbie

How to add value to the inside of the tree to other controls

Hello, everyone

I want to click on the tree control, the selected value send to another control. How do I implement?

     Thank you very much!

7.png

1 ACCEPTED SOLUTION

Accepted Solutions
liliu
8-Gravel
(To:lliangjb)

Hi Mr. Liang,

There must be a service that bounded with tree widget, and usually this service has a selected rows column. Please just bind the selected rows to aimed control.

Any concern, just let me know.

Lily

View solution in original post

4 REPLIES 4
liliu
8-Gravel
(To:lliangjb)

Hi Mr. Liang,

There must be a service that bounded with tree widget, and usually this service has a selected rows column. Please just bind the selected rows to aimed control.

Any concern, just let me know.

Lily

lliangjb
1-Newbie
(To:liliu)

thanks

ankigupta
5-Regular Member
(To:lliangjb)

Hi Ju Bin Liang​,

The Selected Data is generally returned from the Selected Row(s). We can select the Property too after opening the Selected Row(s).

Have you tried this already?

hi,Ankit Gupta

     I've tried

     It is feasible

     thank you very much!

Top Tags