The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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?
ADAdministrator 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;