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;