I have a GridControl with some rows on my DevExpress interface. When I right-click on some grid line, I want to pop up in the same menu as when I right-click on my desktop (win 7), but with only three options - cut, paste and copy.
How to do it? Is there a way to say in the GridControl property editor "for each row, if you right-click and then open the menu." If so, is this menu stored in the repository and what type of menu is it?
source
share