Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1255
How to capture paste event ?
posted

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

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    You can probably use the BeforeMultiCellOperation event if you have turned on AllowMultiCellOperation in order to allow pasting from Excel.

Children
No Data