Copy and Paste

Hai , I am using gridDatabound grid and how can I block the copy an paste through Ctrl+C and Ctrl+v.

1 Reply

AD Administrator Syncfusion Team August 13, 2004 08:16 AM UTC

One way is to set this property. this.gridDataBoundGrid1.Model.CutPaste.ClipboardFlags = GridDragDropFlags.Disabled; You can also do it dynamically using the this.gridDataBoundGrid1.Model.ClipboardCanCopy and this.gridDataBoundGrid1.Model.ClipboardCanPaste events.

Loader.
Up arrow icon