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
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
Have you been able to resolve your issue ? Did you have a time to take a look at the attached sample. Please let me know if you have any questions