YV
Yuvaraja V
Syncfusion Team
December 9, 2010 10:54 AM UTC
Hi Gav,
Thanks for using syncfusion products.
The default behavior for a gridControl is to paste what is on the clipboard and append rows and columns if neccessary.To avoid you would use the "ClipboardFlags" property.It prevents the appending of rows and columns.The following code illustrates the same.
e.ClipboardFlags = GridDragDropFlags.NoAppendCols;
e.ClipboardFlags = GridDragDropFlags.NoAppendRows;
Let us know if you have any other concerns.
Regards,
Yuvaraja V.