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