Hi Mike,
Is there any way to disable ContextMenu in Ultra Combo editor?
thanks,
Ganesh
Hello Ganesh, I think you just simply can attach new context menu instead of existing one. This code will override the existing context menu with empty one. this.ultraCombo1.ContextMenu = new ContextMenu();I hope this helps.Sincerely,Dimitrina GinevaDeveloper Support EngineerInfragistics, Inc.
Hello Dimitrina,
After setting empty context menu in UltraCombo, directly right click on combo works( Context Menu does not show ).. but If we right click and drag ( keep pressing the right click ) outside the combo and release the right click , functional Context Menu shows up.. How can we restrict this?
Thanks.Dhananjay
Hi Dhananjay,
I just tested this out and I do indeed get the same results. But I also tried this with the InBox TextBox control and it does the same thing.
ContextMenu is not a property on the UltraCombo, it's a property on Control which all controls inherit. So this appears to be a bug in the DotNet Framework.
I recommend that you report the issue to Microsoft and see if they have a workaround.
Thanks Mike.. I will report this to Microsoft..