Dear Team,
I would like to request support for implementing a functionality in our Jmix-based application involving the DataGrid
component with multi-selection enabled.
Requirement:
When multi-selection is enabled in the DataGrid
, we need to differentiate between two types of selection actions:
-
Full Selection (Select All):
When the user selects all available records (across pages), a specific action should be triggered. -
Manual Selection:
When the user manually selects one or more individual records (not the entire dataset), a different specific action should be triggered.
We are looking for a reliable way to distinguish between these two selection types at the time of a button click or action execution.
If there is any recommended approach or best practice in Jmix to fulfill this requirement effectively, please advise.