-
Hi, I want to add custom context menu of "copy" and "paste", Do I misunderstand something? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jassmith
Sep 12, 2022
Replies: 1 comment 1 reply
-
As both of those events interact with the clipboard you will need to ensure that they are invoked within an input event callback to make sure they work. The browser may otherwise choose to ignore the data grid getting/setting the clipboard. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
milkliker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As both of those events interact with the clipboard you will need to ensure that they are invoked within an input event callback to make sure they work. The browser may otherwise choose to ignore the data grid getting/setting the clipboard.