Hello, in my application, the user needs to copy data from excel to the grid. But only legal data are allowed to copy. So I need to check if the data is legal when the user paste them to grid. How do i capture the "paste" event in the grid ? "Paste" may be either right click or Ctrl+v. Thanks
You can probably use the BeforeMultiCellOperation event if you have turned on AllowMultiCellOperation in order to allow pasting from Excel.