Hi,
I'm trying a very simple exercise.
I dragged an UltraTree onto my form, and in the form load event, I have
utFolders.Nodes.Add("New Folder", "New Folder");
What parameter do I need to pass into BeginCellEdit? I saw an example here: http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinTree.v12.1~Infragistics.Win.UltraWinTree.UltraTreeNode~BeginCellEdit.html
But I'm not sure what my Key is supposed to be. I tried "New Folder" as the key but it says key can't be found.
The viewstyle of my UltraTree is Standard.
Hi Boris,
That's exactly what I'm looking for, thanks!
Hello cidolfus,
I believe that you could use the 'PerformAction' method for this, so could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.