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
1290
How to programmatically edit node with UltraTreeNode.BeginCellEdit?
posted

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.