Skip to content

Direct-edit-click

When the Direct Edit property is set to Yes in a List Component, a Button is displayed when the mouse is hovered over the Control. This Button's Click Event occurs when clicked.

  • Main Example:

Set the Direct Edit property to Yes in the Table Column Control properties of the List Component. Register direct-edit-click in the Column Control's Service.

When clicking the Button in the Column, invoke Show Popup using the Column's Key value and Screen URL. The Popup, receiving the Key value, can then retrieve and modify the data.

  1. The Screen URL of the calling Popup is set as the Key value in the Path configuration.

    [Image 1. Show Popup - Path Configuration]

  2. Set ControlId of Popup.
    [Image 2. Show Popup – ControlId Configuration]