Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

Cell: Contextmenu requested

Prev Next

See also: Show context menu

Triggering event – Abstract

This is triggered when the user requests the context menu for the cell of a grid (triggered by the column). Usually this happens with a right click or via the context menu key on the keyboard. On mobile devices this is often achieved via a long tap.

The entire entry (row) is passed as input data for the behavioral logic.

Together with the Client Workflow behavior or with the help of the Dispatch custom action event (Form designer) behavior, an appropriate menu can then be displayed with the Show context menu action.

Of course, it is also possible to react to the trigger in another way.