This setting is controlled by the parent group.
Buttons will be stacked based on their order in this button list.
Bootstrap button class.
Custom css class for button
If this is enabled, Action Grid will show this button only when there is at least on item selected.
If this is enabled, Action Grid will show this button only when there is at least one row of data in the grid.
When this option is on, Action Grid places a label inside the button showing how many items are selected.
Pick a column and by default a number will appear on the button next to the title that represents the sum of the selected cells. You can also change the selection mode to sum all of the columns if no rows are selected. Supports My Tokens
If enabled, Action Grid asks for user confirmation before executing the actions.
All Users
If enabled, the button will execute only client side actions. These actions will execute instantly, without an extra ajax server request.
WARNING: All server side actions from the button will be deleted upon saving.
These actions are executed once to setup the context. Returning a response such as a message or redirect will prevent the rest of the actions below from executing.
Following tokens provide access to the items that were selected by the user [Ids:CommaDelimited] and [Ids:JsonArray].
These actions are executed once for every item that was selected by the user.
Returing a reponse, such as a message or a redirect, will have no effect in this scope.
Reference fields values using the token syntax, for example [FieldId].
Define a list of actions that are executed for each selected btn. Reference currently iterated item fields using the token syntax, for example [FieldId].
Warning: You have unchecked the Grid Row Selection checkbox in General Settings so you cannot add Per Item Actions.
These are executed once after all above actions have completed.
Following tokens provide access to current selection [Ids:CommaDelimited] and [Ids:JsonArray].
Warning: You have unchecked the Grid Row Selection checkbox in General Settings so you cannot add Final Actions.
In this context you have access to settings and row. Return false to prevent action execution.
In this context you have access to settings. Return false to prevent action execution.