I need to disable the right click Context Menu for RadSpinEditor. I tried a lot but could not able to disable it.. Can someone anyone help for this?
2 Answers, 1 is accepted
0
Accepted
Dess | Tech Support Engineer, Principal
Telerik team
answered on 23 May 2019, 11:07 AM
Hello, Iyappan,
RadSpinEditor internally hosts the standard MS TextBox. The context menu comes from the hosted TextBox. If you need to disable it, it is just necessary to use the following code snippet:
this.radSpinEditor1.SpinElement.TextBoxItem.TextBoxControl.ContextMenu = new ContextMenu();
I hope this information helps.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.