Skip to content

row-click

Row-click is the event triggered when a row in the grid is clicked with the mouse. This event occurs only in the Web Platform Type.

  • Action Design Example: When a row in the List Component is clicked (rowClick), it activates a previously deactivated button.

  • Main Action Example: Load and Row-click Component-Interface

  1. To change the active state of the button, select metaSelect for the Target Type and set the Source Type to fixedData.

[Image1. Component-Interface -> Required Part: Load, or Row-Click]
2. Search for and select the component that has the Button Control whose activation state you want to change in Target Component ID.

Target Value is the previously set metaSelect. Choose the button control of the Target Component whose activation state you want to change as the Action Parameter of metaSelect.

Source Value is fixedData as previously mentioned. Set it to Yes for the Component's loading state(which is disabled) and No for the row-click event to activate it.

[Image2. Component-Interface -> Optional Required Part]

  1. Lastly, specify readOnly among the Control properties to adjust the activation based on the true or false value provided by the Source Value.

[Image3. Component-Interface -> Optional Part]