Skip to content

row-inline-delete

This event occurs when the New or Edit Mode is active in the List Component and the Delete Button is clicked. The Click Event occurs only in the Web platform type.
To delete a selected row in the List Component, select the grid to be deleted and call the Service registered with the row-inline-delete Event, which is the deletion function in Inline Edit, by clicking the delete Button.

  • Main Action Example:

    1. Before invoking the Lambda for deletion, a window is called to confirm the user's deletion confirmation.

    [Image1. Message Box]
    2. Choose Delete Lambda for the action, select the List Component for the Component. [Image2. Lambda – deleteData]

  1. Register List Component and the Component's Key value, SYS_ID, in selectData to delete the selected Row. As multiple items can be selected for deletion, set the Parameter Key to sysIds.

[Image3. Lambda – selectData]

  1. Verify if the selected Row is deleted from the List Component and reload the Component to remove the deleted Row from the List.

[Image3. Reload]