Hi,
I have a grid where each row has a context menu based on the selection. Users are complaining that they first have to left-click to select and then right-click to open the context menu. The common UX approach is that right-click should first select and then open context menu.
I have found different tips on using GridContextMenu.addGridContextMenuOpenedListener, but it seems too late since the context menu has already opened at that point.
Is there another trick in changing the behavior on right-click to first set selection in a Grid and then show context menu?