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
117
How to add TextBoxes to UltraTree Nodes
posted

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...

 

Parents
  • 69832
    Offline posted

    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.

Reply Children