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
40
Clipboard events and functionality in ultrawebgrid
posted

Hi ,

 I want to implement the clipboard functionality as in office clipboard where the copied data should be copied to clipboard upto 24 copies , I have tried to use the below code
var clip = $find("WebDataGrid1").get_behaviors().getBehaviorByName('Clipboard');
clip.copy();
clip.paste();

in the key down client side event but the nothing except a single copy gets copied in clipboard . Please help me in the same.

 

Thanks ,

Seema Sharma