TreeViewAdv Disable cut/copy/paste?

Is there are way of disabling the cut/copy/paste pop up menu functionality that appears on the TreeViewAdv by default? It allows the nodes to be modified using cut/copy/paste actions - which of course is not always required functionality.

1 Reply

RP Ramesh Praveen Syncfusion Team August 11, 2003 12:52 PM UTC

Hi, You could simply set the ContextMenu of the tree control to null in your form's constructor. Or you could parse through the ContextMenu's Items list and disable the existing items, add more items, etc. -Praveen

Loader.
Up arrow icon