AD
Administrator
Syncfusion Team
March 30, 2004 01:07 PM UTC
If you are pasteing styles from other grid cells, this will not honor the readonly settings on the target cells. But if you paste text only, it should. You can turn off the style pasteing using:
this.gridControl1.CutPaste.ClipboardFlags &= ~GridDragDropFlags.Styles;