If the regular context menu is not satisfactory, I suppose you could have an ItemClickListener for the table. The click events carry the click coordinates (unfortunately only the browser-window-relative), which you can use to position, say, a sub-window. If you put an AbsoluteLayout as the root layout, you could position other UI elements as well, for example a PopupView (in visible state).