Hi... I am very new to Infragistics...
Please provide a sample code for adding textboxes to the nodes of UltraTree. I don't want to replace the normal text with a textbox. The textbox is in addition to the normal checkbox nodes...
You can get editing capabilities by setting the UltraTree.Override.LabelEdit property to true. This will cause a TextBox to appear in the node when the user tries to edit the node.
Ok. Thank you but,
My Requirement is appending textboxes to the UltraTreeView nodes like..
- [CheckBox] [Node1Name] [TextBox1]
- [CheckBox][ChildNode1Name] [TextBox2]
- [CheckBox][ChildNode2Name] [TextBox3]
- [CheckBox] [Node2Name] [TextBox4]
Please Give Me the Solution for dis asap..