AD
Administrator
Syncfusion Team
March 22, 2004 01:53 PM UTC
There is a property flag that controls whether or not rows/columns can be appended during a paste.
Me.GridControl1.Model.CutPaste.ClipboardFlags = Me.GridControl1.Model.CutPaste.ClipboardFlags _
Or GridDragDropFlags.NoAppendRows _
Or GridDragDropFlags.NoAppendCols
PB
Philip Bishop
March 22, 2004 02:11 PM UTC
Clay,
Again thanks for the unbelievable 7-minute response time. WOW. My only other question is where could i have found that answer myself without asking you?
Thanks again
Phil
AD
Administrator
Syncfusion Team
March 22, 2004 02:56 PM UTC
I found it by looking up Paste in the VisStu help to see this link:
ms-help://MS.VSCC/Syncfusion.Essential_Suite/Syncfusion.EssentialSuiteClassRef/Syncfusion.EssentialSuiteClassRef/Syncfusion.Grid~Syncfusion.Windows.Forms.Grid.GridModelCutPaste~Paste.html
There is is a statement saying use ClipboardFlags to customize default behavior with a hot link to ClipboardFlags that eventually will get you to ms-help://MS.VSCC/Syncfusion.Essential_Suite/Syncfusion.EssentialSuiteClassRef/Syncfusion.EssentialSuiteClassRef/Syncfusion.Grid~Syncfusion.Windows.Forms.Grid.GridDragDropFlags_members.html where the flags are defined.