I am able to get the Cut & Undo events using onClientCommandExecuted. But i want the value that is been cut or undo from the editor (args.value). Value is coming undefined. Can any one please help me?
Regards
Chinnayya
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 14 Jan 2010, 03:09 PM
Hi Chinnayya,
Unfortunately, it is not possible to obtain the value that is been cut or undo because IE7+, Firefox, Chrome, Safari and Opera do not offer access to the clipboard content. This is a security restriction of these browsers and you cannot access the copied in the clipboard content.