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
100
How to block default behavior of "Ctrl+C" and "Ctrl+V" of WebGrid
posted

Hi,

The copy and paste feature of WebGrid has some defects in our websites. So we'd like to implement this feature by ourselves, and we also want to use "Ctrl+C" and "Ctrl+V" for the hot key. We found it had conflict with the hot key of WebGrid, so we must switch off these two hot keys before we use our own function. We used to consider using other hot keys, but it was inconvenient to our users. Chould you suggest how to do it?