This is a migrated thread and some comments may be shown as answers.

Disable copy paste

3 Answers 179 Views
Input
This is a migrated thread and some comments may be shown as answers.
Lubna Ansari
Top achievements
Rank 1
Lubna Ansari asked on 24 Jun 2010, 02:24 PM
Hi,

How can I disable copy/paste option in radtextbox.

Regards,
Lubna.

3 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 24 Jun 2010, 05:08 PM
Hello Lubna,

Try this approach:
<telerik:RadTextBox ID="RadTextBox1"
   runat="server"
   oncopy="return false"
   onpaste="return false"
   oncut="return false" />

Kind regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Geoff
Top achievements
Rank 1
answered on 26 Apr 2019, 02:37 PM
This no longer works.  Please take this #$@%*! down.
0
Geoff
Top achievements
Rank 1
answered on 26 Apr 2019, 02:43 PM
Geoff is an idiot... it does too work.
Tags
Input
Asked by
Lubna Ansari
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Geoff
Top achievements
Rank 1
Share this question
or