Currently, when a Double Click event is configured on a Data Grid 2 row (for example to open an Edit Page or execute a microflow), pressing Spacebar on a selected row triggers the same action.
Steps to Reproduce
1. Configure a Double Click event on a Data Grid 2 row (e.g., open a page or execute a microflow).
2. Open the page containing the Data Grid 2.
3. Select a row in the grid.
4. Press the Spacebar key.
According to Mendix Support, this behavior is currently intended as part of the widgets keyboard accessibility implementation. However, from a usability perspective, mouse double-click actions and keyboard actions should be configurable independently.
This can lead to unexpected user experience and unintended actions. For example:
Provide more granular control over Data Grid 2 row interactions by separating mouse and keyboard behavior.
Possible implementation options:
This will prevents accidental navigation and microflow execution, improves usability when editing data directly in Data Grid 2. Provides developers greater flexibility, maintains accessibility while allowing project-specific behavior.
Thank you for considering this enhancement.