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.
Pasting invalid data (ex : bad format) in a GDBG throw exception.
What is the best way to catch these exceptions when the past operation is launched by a shortcut (ctrl+v)
ADAdministrator Syncfusion Team December 17, 2004 02:22 PM UTC
The simplest way to handle this is to subscribe to the grid.Model.PasteCellText event and validate the value to be pasted there, and if it is invalid, set e.Cancel = true.