We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Pasting over read-only cells

I''m using a Grid Control Ver 2.0.2.0 not a Data Bound Grid with Visual Basic Dot Net 2003 with the 1.1 Framework. I have grid in which I set several text cells to read-only on from load. How can I stop the pasting of cells over the top of cells that are set to read-only?

1 Reply

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;

Loader.
Live Chat Icon For mobile
Up arrow icon