Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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!
Solved! Go to Solution.
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
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
thanks
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!