We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon