Domenico
2023-10-31T05:56:13Z
Good morning.
I have a grid (version 11.0.0.0) and in the "ContextMenuStrip" property I have associated my own custom contextMenu.
By right-clicking on the grid, my custom menu appears, but if I right-click in a cell that is in edit state, the contextMenu that appears is the default Windows one.
How can I make it appear only in custom contextMenu under any conditions?
Thank you.
Igor/10Tec
2023-10-31T15:49:54Z
When you edit a cell, an editor control is placed over the current cell. As a rule, this is a text box control that provides its own context menu. There is no easy way to suppress this system menu and display your own one instead.