I have quite a number of RadTextBoxControls in my application, and I need to disable the right-click context menu on all of them - how can I do this and is there a way to do it on all of them at the same time so that it is the default?
thanks.
Damien
3 Answers, 1 is accepted
0
Dimitar
Telerik team
answered on 25 Apr 2018, 11:32 AM
Hi Damien,
The easiest way is to handle the ContextMenuOpening event. To easily replace it in all places you can create a custom control: