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.
Up arrow icon