I'm trying to implement a functionality that will allow the user to rename a node in a treeview by right clicking on the node and selecting 'Rename'(the same as in windows explorer). How do I trigger the editting event for the nodes from within the code? :confused: Thank you in advance