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.
ADAdministrator Syncfusion Team February 8, 2005 04:15 PM
Hi Steve,
try handling the Model.ClipboardPaste event. In your event handler set e.IgnoreCurrentCell = true
Stefan
>When pasting 1 cell into a grid, the grid goes into edit mode. How can I prevent the grid from going into edit mode?
>
>Thanks
STSteveFebruary 8, 2005 04:36 PM
Thanks. It actually turned out to be Grid.ClipboardPaste instead of Grid.Model.Clipboad paste.
Steve