how to add only selected node constraints without all the default constraints

item.Constraints = NodeConstraints.Select | NodeConstraints.AllowDrop | (NodeConstraints.Drag) ;
when I did this I can still be able to perform all default  constraints like add/delete etc.My main requirement is to avoid delete and add functionalities.i was able to use 
&~(NodeConstraints.Delete).But i didnot find constraint for add(copy/paste-cntrl+c/v).Is there any other way to avoid add/delete functionality

1 Reply

SG Shyam G Syncfusion Team March 6, 2020 10:00 AM UTC

Hi Mounika, 
 
We have created a support incident under your account. Please log on to our support website to check for further updates. 
 
 
Regards, 
Shyam G 


Loader.
Up arrow icon