Crtl+X and Crtl+V does not work

Hi,

if I select a text and cut it it works but if I try to paste the text cutted after this it doesn't work.

I use

diagram1.Controller.Cut();
this.diagram1.Controller.Copy();

Attachment: Video_1559218394_9bed90a1.zip

1 Reply

RT Ramya Thirugnanam Syncfusion Team May 30, 2019 12:28 PM UTC

Hi Blanca, 
 
Please use the Paste command instead of Copy Command once cut command is applied.  
 
Code example: 
this.diagram1.Controller.Cut(); 
this.diagram1.Controller.Paste(); 
 
 
Regards, 
Ramya T 


Loader.
Up arrow icon