Action Column Clicked Event
An Adaptable Event that fires when a button is clicked in an Action Column.
Includes the Action Column that was clicked, the row that contained the cell that was clicked (and its Primary Key value).
ActionColumnClickedInfo Properties
Property | Description |
---|---|
actionColumn | Action Column which had a button clicked |
primaryKeyValue | Value in Primary Key Column for row where button was clicked |
rowData | Data in the row where the button was clicked |