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
1440
Storing a structure in a node in the ultratree?
posted

Is there a way to store a custom class or structure in a node of the ultratree while the just displayes some text?

I would like that a reference to the structure to be return in the eventhandler when an when a node in the ultratree is clicked on, or when an object it dropped on a node. Is that possible?

THanks

Parents
  • 53790
    posted

    Hello Sfriedi,

     

    I suppose that this forum thread is connected with the approach that you are using in http://community.infragistics.com/forums/t/61817.aspx .  Maybe other possible approach could be if you are using a BindingList of your Class or Class hierarchy. Then you could use ListObject property  for example: ultraTree1.ActiveNode.ListObject. Please take a look at the attached sample for more details.

    Please let me know if you have any questions

    Regards

    UltraTreeMultiBands.zip
Reply Children
No Data