Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1225
How to obtain the value from my Child Node UltraTree Control
posted

Hello friends, I'm using the control Ultratree to show my data into two levels (Father and Child), My tree have this structure:

Father: IdCategory ---- Category Description

Child: IdCategory ---- IdProduct ---- Product Description

IdCategory and IdProduct are hide, now, I've implemented the method Click from Ultratree and I use the IdCategory in my event,

Please, how to obtain the IdProduct (Child Nodes), by default the Control Ultratree only show the CategoryId.

Any idea. Thanks fro all.

Regards.