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

Paste value only

Hi! Is someone knows how to only paste the value of a cell and not its style?

1 Reply

AD Administrator Syncfusion Team November 25, 2002 11:27 AM UTC

You need to set the clipboard flags which are found in the Model.CutPaste member. this.gridControl1.Model.CutPaste.ClipboardFlags = GridDragDropFlags.Text; The default flags are GridDragDropFlags.Text|GridDragDropFlags.Styles|GridDragDropFlags.Compose;

Loader.
Live Chat Icon For mobile
Up arrow icon