When I right-click on a DBGrid it opens a popupmenu, but it also selects (hightlights) the cell I am currently over when right-clicking.
Is there a way to not select(hightlight) the cell I am over when right-clicking and only have the popupmenu open?
Best regards Josef
You might intercept WM_RButtonDown for your DBGrid using an interposer class or an own derivied component.
An example could look like: