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

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.
Live Chat Icon For mobile
Up arrow icon