How to catch exception during past (shortcut)

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)

1 Reply

AD Administrator 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.

Loader.
Up arrow icon