XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "Grid Actions"

(Created page with "=Overview= From version V10.0.154, you can define a list of actions to add to a Grid's right-click menu, each action is linked to a cell containing an XL3Link that will be...")
 
Line 6: Line 6:
  
 
=Definition=
 
=Definition=
 +
 +
[[Category:Grid Reporting]]

Revision as of 07:40, 27 January 2023

Overview

From version V10.0.154, you can define a list of actions to add to a Grid's right-click menu, each action is linked to a cell containing an XL3Link that will be triggered when the menu is selected.

You can optionally set Grid Interactions to wait for an Grid Action to be triggered before they are outputted. This is good for performance, the grid active cell can be used to drive other grids but they will not be refreshed until the action is activated.


Definition